ActionInfo

Namespace: SharpPluginLoader.Core.Actions

Represents an action that can be performed by an entity. This is a combination of an action set and an action id.

public struct ActionInfo

Inheritance ObjectValueTypeActionInfo

Fields

ActionSet

The action set that this action belongs to.

public int ActionSet;

ActionId

The id of the action within the action set.

public int ActionId;

Constructors

ActionInfo(Int32, Int32)

ActionInfo(int actionSet, int actionId)

Parameters

actionSet Int32

actionId Int32

Methods

Equals(ActionInfo)

bool Equals(ActionInfo other)

Parameters

other ActionInfo

Returns

Boolean

Equals(Object)

bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

GetHashCode()

int GetHashCode()

Returns

Int32

ToString()

string ToString()

Returns

String