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