Click or drag to resize
OrganismStateFoodChunks Property

Determines the amount of food value this creature represents. This can be used to determine if attacking a creature will be worth the effort.

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

Return Value

Type: Int32
System.Int32 representing the number of food chunks this creature represents.
See Also