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.ActionsAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic int ActionID { get; }
Public ReadOnly Property ActionID As Integer
Get
public:
property int ActionID {
int get ();
}
member ActionID : int with get
Return Value
Type:
Int32
System.Int32 representing the incremental ID for this action.
See Also