ActionResponseEventArgsActionID Property |
Retrives the ID of the action.
Namespace: Terrarium.Sdk.Classes.Creature.EventsAssembly: 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
Property Value
Type:
Int32
See Also