Action

Namespace: SharpPluginLoader.Core.Actions

Represents an instance of the cActionBase class.

public class Action : SharpPluginLoader.Core.MtObject

Inheritance ObjectNativeWrapperMtObjectAction

Properties

ActiveTime

The amount of time the action has been active.

public Single& ActiveTime { get; }

Property Value

Single&

DeltaSec

The actions delta time.

public Single& DeltaSec { get; }

Property Value

Single&

Flags

The flags of the action.

public UInt64& Flags { get; }

Property Value

UInt64&

Name

The name of the action.

public string Name { get; }

Property Value

String

Instance

The native pointer.

public nint Instance { get; set; }

Property Value

IntPtr

Constructors

Action(IntPtr)

public Action(nint instance)

Parameters

instance IntPtr

Action()

public Action()