Click or drag to resize
OrganismState Property

Gets the OrganismState object representing your creature's current state in the world. The OrganismState object contains all of the properties that specify your organism's existence with properties like: Position, EnergyState, PercentInjured, etc...

Namespace: Terrarium.Sdk.Classes.Creature
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public OrganismState State { get; }

Return Value

Type: OrganismState
An OrganismState object representing your creature's current state.
See Also