|
Arma Reforger Script API
|
Additional Inherited Members | |
Public Member Functions inherited from BaseActionsManagerComponent | |
| proto external UserActionContext | GetContext (string contextName) |
| Tries to find context with provided name in the actions manager. | |
| proto external int | GetActionsList (out notnull array< BaseUserAction > outActions) |
| Fills the provided array with the list of all user actions that are registered in this ActionsManagerComponent. | |
| proto external int | GetActionsCount () |
| Returns the amount of actions of this (and all owned) managers. | |
| proto external int | GetContextList (out notnull array< UserActionContext > outContexts) |
| Fills the provided array with the list of all contexts that are defined in this ActionsManagerComponent. | |
| proto external int | GetContextCount () |
| Returns the amount of contexts that exist in this ActionsManagerComponent. | |
| proto external BaseUserAction | GetFirstAction () |
| Return the first action from the list of all actions. | |
| proto external BaseUserAction | FindAction (int actionID) |
| Return action by ID. | |
| proto external bool | IsEnabled () |
| Returns whether this manager is enabled and can provide actions. | |
| proto bool | AddUserActionEventListener (ScriptedUserAction action, UserActionEventListener listener) |
| Add a script function of type 'UserActionEventListener' which will receive EUserActionEvent events. | |
| proto void | RemoveUserActionEventListener (ScriptedUserAction action, UserActionEventListener listener) |
| Remove the listener added using AddUserActionEventListener(ScriptedUserAction, UserActionEventListener). | |
Public Member Functions inherited from GameComponent | |
| bool | OnTicksOnRemoteProxy () |
Static Public Attributes inherited from ActionsManagerComponent | |
| const string | IGNORED_PREFIXES [] |
| List of collision prefixes that will be stripped. | |
Protected Member Functions inherited from ActionsManagerComponent | |
| override string | NicifyGeneratedContextName (string name) |
| Can be used in hitzone generation from bones to modify ("nicify") the name of a context. | |