Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VehicleConditionCheck.c File Reference

Go to the source code of this file.

Enumerations

enum  SCR_EVehicleConditionCheckType

Functions

enum SCR_EVehicleConditionCheckType BaseContainerProps ()] class SCR_VehicleConditionCheck

Variables

 MISSING_VEHICLE
 INOPERABLE_VEHICLE
 VEHICLE_PILOT_TAKEN

Enumeration Type Documentation

◆ SCR_EVehicleConditionCheckType

Function Documentation

◆ BaseContainerProps()

enum SCR_EVehicleConditionCheckType BaseContainerProps ( )

Checks if provided Vehicle object is not null.

Parameters
[in]vehicleinspected by method to determine if it is valid for further processing.
Returns
true if vehicle is not null, false otherwise.

Definition at line 1 of file SCR_VehicleConditionCheck.c.

Variable Documentation

◆ INOPERABLE_VEHICLE

INOPERABLE_VEHICLE

Definition at line 11 of file SCR_VehicleConditionCheck.c.

◆ MISSING_VEHICLE

MISSING_VEHICLE

Definition at line 10 of file SCR_VehicleConditionCheck.c.

◆ VEHICLE_PILOT_TAKEN

VEHICLE_PILOT_TAKEN

Definition at line 12 of file SCR_VehicleConditionCheck.c.