![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | EVehicleType { VEHICLE = 0 , CAR = 2 , TRUCK = 4 , APC = 8 , FUEL_TRUCK = 16 , COMM_TRUCK = 32 , SUPPLY_TRUCK = 64 , MORTAR = 128 , REPAIR = 256 , ARSENAL = 512 } |
Functions | |
| ScriptInvoker | GetOnPhysicsActive () |
| override void | EOnPhysicsActive (IEntity owner, bool activeState) |
| Faction | GetFaction () |
| SCR_VehicleFactionAffiliationComponent | GetFactionAffiliation () |
| Faction | GetDefaultFaction () |
| bool | IsOccupied () |
| VehicleControllerComponent | GetVehicleController () |
| Get vehicle controller. | |
| PilotCompartmentSlot | GetPilotCompartmentSlot () |
| Get primary pilot compartment slot. | |
| IEntity | GetPilot () |
| SCR_ResourceComponent | GetResourceComponent () |
| void | UpdateResourceComponent () |
| void | Vehicle (IEntitySource src, IEntity parent) |
| override void | EOnInit (IEntity owner) |
Variables | |
| enum EVehicleType | IEntity |
| enum EVehicleType | m_OnPhysicsActive |
| EVehicleType | m_eVehicleType |
| SCR_VehicleFactionAffiliationComponent | m_pFactionComponent |
| SCR_VehiclePerceivableComponent | m_pPerceivableComponent |
| VehicleControllerComponent | m_VehicleController |
| SCR_ResourceComponent | m_ResourceComponent |
| enum EVehicleType |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| enum EVehicleType IEntity |
| EVehicleType m_eVehicleType |
| enum EVehicleType m_OnPhysicsActive |
| SCR_VehicleFactionAffiliationComponent m_pFactionComponent |