PointBasedCharacteristicAttributeGetWarnings Method |
This method formats an attribute warning to users when attributes have been used
in an invalid manner or in a way that is not beneficial. If points are not alotted
in the proper increments the GetPointsNotUsedWarning method is called to indicate
how many points have been wasted.
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic string GetWarnings()
Public Function GetWarnings As String
public:
String^ GetWarnings()
member GetWarnings : unit -> string
Return Value
Type:
StringA warning message of wasted points, or an empty string if none wasted
See Also