![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | CanBeShownScript (IEntity user) |
| Can this entity be shown in the UI by the provided user entity? | |
| override bool | CanBePerformedScript (IEntity user) |
| override void | PerformAction (IEntity pOwnerEntity, IEntity pUserEntity) |
| Called when someone tries to perform the action, user entity is typically character. | |
| override bool | GetActionNameScript (out string outName) |
Protected Attributes | |
| ref array< int > | m_aDefinedCompartmentSectionsOnly |
| ref array< int > | m_aExcludeDefinedCompartmentSections |
| const LocalizedString | CONTROLLED_BY_DRIVER = "#AR-UserAction_ControlledByDriver" |
| const LocalizedString | OCCUPIED_BY_ENEMY = "#AR-UserAction_SeatHostile" |
Definition at line 1 of file SCR_ToggleHandbrakeAction.c.
Definition at line 37 of file SCR_ToggleHandbrakeAction.c.
Can this entity be shown in the UI by the provided user entity?
Definition at line 14 of file SCR_ToggleHandbrakeAction.c.
If overridden and true is returned, outName is returned when BaseUserAction.GetActionName is called. If not overridden or false is returned the default value from UIInfo is taken (or empty string if no UI info exists)
Definition at line 112 of file SCR_ToggleHandbrakeAction.c.
|
inlineprotected |
Called when someone tries to perform the action, user entity is typically character.
Definition at line 79 of file SCR_ToggleHandbrakeAction.c.
|
protected |
Definition at line 9 of file SCR_ToggleHandbrakeAction.c.
|
protected |
Definition at line 4 of file SCR_ToggleHandbrakeAction.c.
|
protected |
Definition at line 7 of file SCR_ToggleHandbrakeAction.c.
|
protected |
Definition at line 10 of file SCR_ToggleHandbrakeAction.c.