|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
23 proto external
int GetActionsList(out notnull array<BaseUserAction> outActions);
28 proto external
int GetContextList(out notnull array<UserActionContext> outContexts);
proto external BaseUserAction GetFirstAction()
Return the first action from the list of all actions.
proto external int GetContextCount()
Returns the amount of contexts that exist in this ActionsManagerComponent.
event protected string NicifyGeneratedContextName(string name)
BaseActionsManagerComponentClass GameComponentClass GetContext(string contextName)
proto external int GetContextList(out notnull array< UserActionContext > outContexts)
proto external int GetActionsList(out notnull array< BaseUserAction > outActions)
proto external int GetActionsCount()
Returns the amount of actions of this (and all owned) managers.
proto external bool IsEnabled()
proto external BaseUserAction FindAction(int actionID)
Return action by ID.