Arma Reforger Script API
Loading...
Searching...
No Matches
Classes | Enumerations
Vehicle

Classes

interface  BaseCompartmentManagerComponentClass
 
interface  BaseCompartmentManagerComponent
 
interface  BaseVehicleClass
 
interface  BaseVehicle
 
interface  CarControllerComponentClass
 
interface  CarControllerComponent
 
interface  CarControllerComponent_BClass
 
interface  CarControllerComponent_B
 
interface  CargoCompartmentSlot
 
interface  CompartmentAccessibilityContext
 
interface  EmissiveLightSurfaceSlot
 
interface  ExtBaseCompartmentSlot
 
interface  HelicopterControllerComponentClass
 
interface  HelicopterControllerComponent
 
interface  MotorExhaustEffectComponentClass
 
interface  MotorExhaustEffectComponent
 
interface  PilotCompartmentSlot
 
interface  TurretCompartmentSlot
 
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  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

◆ 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