![]() |
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_CarControllerComponentClass |
Functions | |
| SCR_CarControllerComponentClass CarControllerComponentClass | 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 | ActionCarLightsHiBeamToggle (float value, EActionTrigger trigger) |
|
protected |
Definition at line 30 of file SCR_CarControllerComponent.c.
| SCR_CarControllerComponentClass CarControllerComponentClass OnCompartmentEntered | ( | IEntity | vehicle, |
| BaseCompartmentManagerComponent | mgr, | ||
| IEntity | occupant, | ||
| int | managerId, | ||
| int | slotID ) |
Class responsible for game car. It connects all car components together and handles all comunication between them.
Definition at line 1 of file SCR_CarControllerComponent.c.
| override void OnCompartmentLeft | ( | IEntity | vehicle, |
| BaseCompartmentManagerComponent | mgr, | ||
| IEntity | occupant, | ||
| int | managerId, | ||
| int | slotID ) |
Definition at line 21 of file SCR_CarControllerComponent.c.