Action
Namespace: SharpPluginLoader.Core.Actions
Represents an instance of the cActionBase class.
public class Action : SharpPluginLoader.Core.MtObject
Inheritance Object → NativeWrapper → MtObject → Action
Properties
ActiveTime
The amount of time the action has been active.
public Single& ActiveTime { get; }
Property Value
DeltaSec
The actions delta time.
public Single& DeltaSec { get; }
Property Value
Flags
The flags of the action.
public UInt64& Flags { get; }
Property Value
Name
The name of the action.
public string Name { get; }
Property Value
Instance
The native pointer.
public nint Instance { get; set; }
Property Value
Constructors
Action(IntPtr)
public Action(nint instance)
Parameters
instance
IntPtr
Action()
public Action()