![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Static Protected Member Functions | |
| static ECompartmentType | GetCompartmentType (notnull BaseCompartmentSlot compartment) |
Protected Attributes | |
| ref OnPlayerEnterCompartment | m_OnPlayerEnterCompartment |
| ref OnPlayerExitCompartment | m_OnPlayerExitCompartment |
| SCR_FireModeManagerComponent | m_TurretFireModeManager |
| const int | WAIT_FOR_VEHICLE_MAX_TRIES = 10 |
Static Protected Attributes | |
| static int | s_iWaitForVehicleTries = 0 |
Definition at line 15 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 396 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Method used to ask the owner to leave the compartment
| [in] | type | how player should get out of the vehicle |
| [in] | doorInfoIndex | through which door player will try to get out |
| [in] | closeDoor | should player close the door when he leaves the vehicle |
| [in] | performWhenPaused | |
| [in] | ejectOnTheSpot | if character should be ejected on the position where he currently is |
Definition at line 340 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Find a compartment that is marked as accessible and not occupied by anyone.
| vehicle | Target vehicle |
| compartmentType | Type of compartment |
Definition at line 198 of file SCR_CompartmentAccessComponent.c.
|
inlinestaticprotected |
Get type of a compartment.
| compartment | Queried compartment |
Definition at line 415 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 148 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 30 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 38 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 46 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 55 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Replicated method executed by the owner of the character in order to get out of the vehicle
| [in] | type | how player should get out of the vehicle |
| [in] | doorInfoIndex | through which door player will try to get out |
| [in] | closeDoor | should player close the door when he leaves the vehicle |
| [in] | performWhenPaused | |
| [in] | ejectOnTheSpot | if character should be ejected on the position where he currently is |
Definition at line 356 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Get vehicle this entity is in. Works even when the entity is not directly in the vehicle, but in one of its child entities (e.g., turrets) Use this function when you specifically need pointer to the vehicle. If you want to simply check if a character is in a vehicle, use IsInCompartment()!
Definition at line 381 of file SCR_CompartmentAccessComponent.c.
Definition at line 388 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Move in vehicle to specified slot type. When executed on server while the character is owned by a client, this function will send the request there.
| vehicle | Target vehicle |
| compartmentType | Type of compartment |
Definition at line 257 of file SCR_CompartmentAccessComponent.c.
Move in vehicle to any available slot. When executed on server while the character is owned by a client, this function will send the request there.
| vehicle | Target vehicle |
Definition at line 315 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 281 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 64 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 154 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Definition at line 179 of file SCR_CompartmentAccessComponent.c.
|
inlineprotected |
Updates the inputs for fire mode manager of a turret
| [in] | slot | for which this should be exectued |
| [in] | entered |
Definition at line 96 of file SCR_CompartmentAccessComponent.c.
|
protected |
Definition at line 21 of file SCR_CompartmentAccessComponent.c.
|
protected |
Definition at line 22 of file SCR_CompartmentAccessComponent.c.
|
protected |
Definition at line 24 of file SCR_CompartmentAccessComponent.c.
|
staticprotected |
Definition at line 27 of file SCR_CompartmentAccessComponent.c.
|
protected |
Definition at line 26 of file SCR_CompartmentAccessComponent.c.