Click or drag to resize
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.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public string GetWarnings()

Return Value

Type: String
A warning message of wasted points, or an empty string if none wasted
See Also