Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ScriptedUserAction.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_ScriptedUserAction
 A scripted action class having optional logic to check if vehicle is valid. More...
 

Variables

SCR_ScriptedUserAction IGNORE = 0
 
SCR_ScriptedUserAction NOT_IN_VEHICLE = 10
 
SCR_ScriptedUserAction IN_VEHICLE_ANY = 20
 
SCR_ScriptedUserAction IN_VEHICLE_PILOT = 30
 
SCR_ScriptedUserAction IN_VEHICLE_TURRET = 40
 
SCR_ScriptedUserAction IN_VEHICLE_CARGO = 50
 

Variable Documentation

◆ IGNORE

◆ IN_VEHICLE_ANY

SCR_ScriptedUserAction IN_VEHICLE_ANY = 20

◆ IN_VEHICLE_CARGO

SCR_ScriptedUserAction IN_VEHICLE_CARGO = 50

◆ IN_VEHICLE_PILOT

SCR_ScriptedUserAction IN_VEHICLE_PILOT = 30

◆ IN_VEHICLE_TURRET

SCR_ScriptedUserAction IN_VEHICLE_TURRET = 40

◆ NOT_IN_VEHICLE

SCR_ScriptedUserAction NOT_IN_VEHICLE = 10