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.StateAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int FoodChunks { get; set; }
Public Property FoodChunks As Integer
Get
Set
public:
property int FoodChunks {
int get ();
void set (int value);
}
member FoodChunks : int with get, set
Return Value
Type:
Int32
System.Int32 representing the number of food chunks this creature represents.
See Also