The current state of your own creature. This is used to get the latest
information about your creature's health, damage, and other stats available
on the AnimalState object.
Namespace: Terrarium.Sdk.Classes.CreatureAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AnimalState State { get; }
Public ReadOnly Property State As AnimalState
Get
public:
property AnimalState^ State {
AnimalState^ get ();
}
member State : AnimalState with get
Return Value
Type:
AnimalState
AnimalState representing the most current state of your creature.
See Also