Arma Reforger Script API
Loading...
Searching...
No Matches
Vehicle

Classes

interface  AirplaneControllerComponentClass
 
interface  AirplaneControllerComponent
 
interface  BaseCompartmentManagerComponent
 
interface  BaseCompartmentManagerComponentClass
 
interface  BaseVehicle
 
interface  BaseVehicleClass
 
interface  BaseVehicleControllerComponentClass
 
interface  BaseVehicleControllerComponent
 
interface  CarControllerComponentClass
 
interface  CarControllerComponent
 
interface  CarControllerComponent_BClass
 
interface  CarControllerComponent_B
 
interface  CargoCompartmentSlot
 
interface  CommonStateV1
 Experimental code for testing. More...
 
interface  CompartmentAccessibilityContext
 
interface  EmissiveLightSurfaceSlot
 
interface  ExtBaseCompartmentSlot
 
interface  ForceStartEngineParams
 Allows to configure forced start behavior. More...
 
interface  HelicopterControllerComponentClass
 
interface  HelicopterControllerComponent
 
interface  MotorExhaustEffectComponentClass
 
interface  MotorExhaustEffectComponent
 
interface  PilotCompartmentSlot
 
interface  TrackedControllerComponentClass
 
interface  TrackedControllerComponent
 
interface  TurretCompartmentSlot
 
interface  VehicleBaseSimulationClass
 
interface  VehicleBaseSimulation
 
interface  VehicleFixedWingSimulationClass
 
interface  VehicleFixedWingSimulation
 
interface  VehicleHelicopterSimulationClass
 
interface  VehicleHelicopterSimulation
 
interface  VehicleTrackedSimulationClass
 
interface  VehicleTrackedSimulation
 
interface  VehicleWheeledSimulationClass
 
interface  VehicleWheeledSimulation
 
interface  VehicleWheeledSimulation_SA_BClass
 
interface  VehicleWheeledSimulation_SA_B
 
interface  VehicleWheelSound
 

Enumerations

enum  CollectiveMode {
  CollectiveMode.LocalYOffsetAuto , CollectiveMode.LocalYOffsetManual , CollectiveMode.Sticky , CollectiveMode.Direct ,
  CollectiveMode.LocalY , CollectiveMode.WorldY
}
 
enum  ECharacterDoorAnimType {
  ECharacterDoorAnimType.INVALID , ECharacterDoorAnimType.FROM_OUTSIDE , ECharacterDoorAnimType.FROM_INSIDE , ECharacterDoorAnimType.FROM_OUTSIDE_BACK ,
  ECharacterDoorAnimType.NO_CHARACTER_ANIM , ECharacterDoorAnimType.MAX
}
 
enum  ECloseDoorAfterActions {
  ECloseDoorAfterActions.INVALID , ECloseDoorAfterActions.CLOSE_DOOR , ECloseDoorAfterActions.LEAVE_OPEN , ECloseDoorAfterActions.RETURN_TO_PREVIOUS_STATE ,
  ECloseDoorAfterActions.MAX
}
 
enum  EGetOutType { EGetOutType.ANIMATED , EGetOutType.TELEPORT , EGetOutType.TELEPORT_WITH_OPEN_DOOR , EGetOutType.MAX }
 
enum  EHandBrakeType { EHandBrakeType.HANDBRAKE_RELEASED , EHandBrakeType.HANDBRAKE_HELD , EHandBrakeType.HANDBRAKE_ARRESTED }
 
enum  EWheelContactLiquidState { EWheelContactLiquidState.NO_CONTACT , EWheelContactLiquidState.FORDING , EWheelContactLiquidState.SUBMERGED }
 Describes whether wheel is in contact with some liquid. More...
 
enum  LandingGearType { LandingGearType.WHEEL , LandingGearType.SKID }
 
enum  RotorState { RotorState.STATIC , RotorState.SPINNING , RotorState.DESTROYED }
 
enum  SpinDirection { SpinDirection.CLOCKWISE , SpinDirection.COUNTERCLOCKWISE }
 

Detailed Description

Enumeration Type Documentation

◆ CollectiveMode

Enumerator
LocalYOffsetAuto 
LocalYOffsetManual 
Sticky 
Direct 
LocalY 
WorldY 

◆ ECharacterDoorAnimType

Enumerator
INVALID 
FROM_OUTSIDE 
FROM_INSIDE 
FROM_OUTSIDE_BACK 
NO_CHARACTER_ANIM 
MAX 

◆ ECloseDoorAfterActions

Enumerator
INVALID 
CLOSE_DOOR 
LEAVE_OPEN 
RETURN_TO_PREVIOUS_STATE 
MAX 

◆ EGetOutType

Enumerator
ANIMATED 
TELEPORT 
TELEPORT_WITH_OPEN_DOOR 
MAX 

◆ EHandBrakeType

Enumerator
HANDBRAKE_RELEASED 
HANDBRAKE_HELD 
HANDBRAKE_ARRESTED 

◆ EWheelContactLiquidState

Describes whether wheel is in contact with some liquid.

Enumerator
NO_CONTACT 

No liquid contact.

FORDING 

Wheel is fording through some liquid.

SUBMERGED 

Wheel is fully submerged in liquid.

◆ LandingGearType

Enumerator
WHEEL 
SKID 

◆ RotorState

enum RotorState
Enumerator
STATIC 
SPINNING 
DESTROYED 

◆ SpinDirection

Enumerator
CLOCKWISE 
COUNTERCLOCKWISE