Click or drag to resize
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.Interfaces
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
AnimalState CurrentAnimalState { get; }

Property Value

Type: AnimalState
See Also