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

Public Member Functions

proto external void StartAction (BaseUserAction action)
 
proto external void PerformAction (BaseUserAction action)
 
proto external void PerformContinuousAction (BaseUserAction action, float timeSlice)
 
proto external void CancelAction (BaseUserAction action)
 
- Public Member Functions inherited from GameComponent
bool OnTicksOnRemoteProxy ()
 

Member Function Documentation

◆ CancelAction()

proto external void ActionsPerformerComponent.CancelAction ( BaseUserAction  action)

◆ PerformAction()

proto external void ActionsPerformerComponent.PerformAction ( BaseUserAction  action)

◆ PerformContinuousAction()

proto external void ActionsPerformerComponent.PerformContinuousAction ( BaseUserAction  action,
float  timeSlice 
)

◆ StartAction()

proto external void ActionsPerformerComponent.StartAction ( BaseUserAction  action)

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