Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_VehicleConditionCheck Interface Reference
Inheritance diagram for SCR_VehicleConditionCheck:
SCR_VehicleOperabilityCheck SCR_VehiclePilotVacancyCheck

Public Member Functions

bool CheckCondition (Vehicle vehicle)
 Checks if provided Vehicle object is not null.
 
SCR_UIInfo GetFailedConditionUIInfo ()
 
void SetFailedConditionUIInfo (SCR_UIInfo uiInfo)
 

Protected Attributes

string m_sConditionName
 
ref SCR_UIInfo m_FailedConditionUIInfo
 

Member Function Documentation

◆ CheckCondition()

bool SCR_VehicleConditionCheck.CheckCondition ( Vehicle vehicle)

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.

Implemented in SCR_VehicleOperabilityCheck, and SCR_VehiclePilotVacancyCheck.

◆ GetFailedConditionUIInfo()

SCR_UIInfo SCR_VehicleConditionCheck.GetFailedConditionUIInfo ( )

◆ SetFailedConditionUIInfo()

void SCR_VehicleConditionCheck.SetFailedConditionUIInfo ( SCR_UIInfo uiInfo)

Member Data Documentation

◆ m_FailedConditionUIInfo

ref SCR_UIInfo SCR_VehicleConditionCheck.m_FailedConditionUIInfo
protected

◆ m_sConditionName

string SCR_VehicleConditionCheck.m_sConditionName
protected

The documentation for this interface was generated from the following file: