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

Return Value

Type: AnimalState
AnimalState representing the most current state of your creature.
See Also