Click or drag to resize
ActionActionID Property

A number that uniquely identifies this action for the game engine. This can be used to profile how many actions your creature is taking during its lifetime. Or it can be used to write a chronology of events for debugging purposes.

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

Return Value

Type: Int32
System.Int32 representing the incremental ID for this action.
See Also