Arma Reforger Script API
|
Static Public Attributes | |
const string | IGNORED_PREFIXES [] |
List of collision prefixes that will be stripped. | |
Protected Member Functions | |
override string | NicifyGeneratedContextName (string name) |
Can be used in hitzone generation from bones to modify ("nicify") the name of a context. | |
string | NicifyGeneratedContextName (string name) |
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 () |
|
protected |
Can be used in hitzone generation from bones to modify ("nicify") the name of a context.
name | Original name that is used for the context point info (bone source) |
return | Modified (nicified) version of string |
Implements BaseActionsManagerComponent.
|
static |
List of collision prefixes that will be stripped.