Arma Reforger Script API
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | List of all members
ActionsManagerComponent Interface Reference
Inheritance diagram for ActionsManagerComponent:
[legend]

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 ()
 

Member Function Documentation

◆ NicifyGeneratedContextName()

override string ActionsManagerComponent.NicifyGeneratedContextName ( string  name)
protected

Can be used in hitzone generation from bones to modify ("nicify") the name of a context.

Parameters
nameOriginal name that is used for the context point info (bone source)
returnModified (nicified) version of string

Implements BaseActionsManagerComponent.

Member Data Documentation

◆ IGNORED_PREFIXES

const string ActionsManagerComponent.IGNORED_PREFIXES[]
static
Initial value:
=
{
"v_",
"w_",
}

List of collision prefixes that will be stripped.


The documentation for this interface was generated from the following file: