![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_HelicopterControllerComponentClass |
Functions | |
| override void | OnCompartmentEntered (IEntity vehicle, BaseCompartmentManagerComponent mgr, IEntity occupant, int managerId, int slotID) |
| override void | OnCompartmentLeft (IEntity vehicle, BaseCompartmentManagerComponent mgr, IEntity occupant, int managerId, int slotID) |
| void | ActionHelicopterLightsTaxiToggle (float value, EActionTrigger trigger) |
| void | ActionHelicopterLightsLandingToggle (float value, EActionTrigger trigger) |
| CollectiveMode | GetCollectiveModeFromSettings (ECollectiveModeForSettings settingCollectiveMode) |
| event void | OnPrepareControls () |
Variables | |
| SCR_HelicopterControllerComponentClass | gameplaySettings = GetGame().GetGameUserSettings().GetModule("SCR_GameplaySettings") |
|
protected |
Definition at line 50 of file SCR_HelicopterControllerComponent.c.
|
protected |
Definition at line 38 of file SCR_HelicopterControllerComponent.c.
|
protected |
Definition at line 64 of file SCR_HelicopterControllerComponent.c.
| override void OnCompartmentEntered | ( | IEntity | vehicle, |
| BaseCompartmentManagerComponent | mgr, | ||
| IEntity | occupant, | ||
| int | managerId, | ||
| int | slotID ) |
Definition at line 14 of file SCR_HelicopterControllerComponent.c.
| override void OnCompartmentLeft | ( | IEntity | vehicle, |
| BaseCompartmentManagerComponent | mgr, | ||
| IEntity | occupant, | ||
| int | managerId, | ||
| int | slotID ) |
Definition at line 26 of file SCR_HelicopterControllerComponent.c.
|
protected |
Definition at line 72 of file SCR_HelicopterControllerComponent.c.
| SCR_HelicopterControllerComponentClass gameplaySettings = GetGame().GetGameUserSettings().GetModule("SCR_GameplaySettings") |
Class responsible for game helicopter. It connects all helicopter components together and handles all comunication between them.