IAnimalWorldBoundaryCurrentAnimalState Property |
Retrieves the current state of a creature within the world. This
state will be immutable and can't be changed, and actually represents
an animal state for the previous tick and not the currently executed
tick.
Namespace: Terrarium.Sdk.InterfacesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxAnimalState CurrentAnimalState { get; }
ReadOnly Property CurrentAnimalState As AnimalState
Get
property AnimalState^ CurrentAnimalState {
AnimalState^ get ();
}
abstract CurrentAnimalState : AnimalState with get
Property Value
Type:
AnimalState
See Also