![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | Init (IEntity pOwnerEntity, GenericComponent pManagerComponent) |
| override bool | CanBeShownScript (IEntity user) |
| override bool | CanBePerformedScript (IEntity user) |
| bool | GetState () |
| Current state of the feature. | |
| void | SetState (bool enable) |
| Script to change state of the feature. | |
| override void | PerformAction (IEntity pOwnerEntity, IEntity pUserEntity) |
| By default toggle the current state of the interaction. | |
| override bool | GetActionNameScript (out string outName) |
Protected Attributes | |
| bool | m_bIsToggle |
| Should action behave as a toggle. | |
| bool | m_bTargetState |
| Target state of the action, ignored if toggle. | |
| string | m_sActionStateOn |
| Description of action to toggle on. | |
| string | m_sActionStateOff |
| Description of action to toggle off. | |
| bool | m_bPilotOnly |
| Available only for entities seated in pilot compartment. | |
| bool | m_bInteriorOnly |
| Available only for entities seated in a vehicle. | |
| ref array< int > | m_aDefinedCompartmentSectionsOnly |
| ref array< int > | m_aExcludeDefinedCompartmentSections |
| CompartmentControllerComponent | m_VehicleController |
Definition at line 1 of file SCR_VehicleActionBase.c.
Definition at line 93 of file SCR_VehicleActionBase.c.
Definition at line 44 of file SCR_VehicleActionBase.c.
Definition at line 120 of file SCR_VehicleActionBase.c.
|
inlineprotected |
Current state of the feature.
Definition at line 100 of file SCR_VehicleActionBase.c.
|
inlineprotected |
Definition at line 36 of file SCR_VehicleActionBase.c.
|
inlineprotected |
By default toggle the current state of the interaction.
Definition at line 111 of file SCR_VehicleActionBase.c.
|
protected |
Script to change state of the feature.
|
protected |
Definition at line 28 of file SCR_VehicleActionBase.c.
|
protected |
Definition at line 31 of file SCR_VehicleActionBase.c.
|
protected |
Available only for entities seated in a vehicle.
Definition at line 25 of file SCR_VehicleActionBase.c.
|
protected |
Should action behave as a toggle.
Definition at line 5 of file SCR_VehicleActionBase.c.
|
protected |
Available only for entities seated in pilot compartment.
Definition at line 21 of file SCR_VehicleActionBase.c.
|
protected |
Target state of the action, ignored if toggle.
Definition at line 9 of file SCR_VehicleActionBase.c.
|
protected |
Description of action to toggle off.
Definition at line 17 of file SCR_VehicleActionBase.c.
|
protected |
Description of action to toggle on.
Definition at line 13 of file SCR_VehicleActionBase.c.
|
protected |
Definition at line 33 of file SCR_VehicleActionBase.c.