Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VehicleConditionCheck.c
Go to the documentation of this file.
3{
7}
8
10class SCR_VehicleConditionCheck
12 protected SCR_EVehicleConditionCheckType m_eConditionType = SCR_EVehicleConditionCheckType.MISSING_VEHICLE;
13
14 //------------------------------------------------------------------------------------------------
15 SCR_EVehicleConditionCheckType GetConditionType()
16 {
17 return m_eConditionType;
18 }
19
20 //------------------------------------------------------------------------------------------------
24 bool CheckCondition(Vehicle vehicle)
25 {
26 return vehicle != null;
27 }
28}
SCR_CampaignSeizingComponent SCR_SeizingComponent EnumLinear()] enum SCR_EBaseCaptureState
enum SCR_EVehicleConditionCheckType BaseContainerProps()] class SCR_VehicleConditionCheck
SCR_EVehicleConditionCheckType
enum EPhysicsLayerPresets Vehicle
Definition gameLib.c:24