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

Public Member Functions

override bool CheckCondition (Vehicle vehicle)
 Checks if provided Vehicle object is not null.
 
- Public Member Functions inherited from SCR_VehicleConditionCheck
SCR_UIInfo GetFailedConditionUIInfo ()
 
void SetFailedConditionUIInfo (SCR_UIInfo uiInfo)
 

Protected Member Functions

bool IsVehicleOperable (notnull Vehicle vehicle)
 

Protected Attributes

SCR_VehicleBuoyancyComponent m_VehicleBuoyancy
 
- Protected Attributes inherited from SCR_VehicleConditionCheck
string m_sConditionName
 
ref SCR_UIInfo m_FailedConditionUIInfo
 

Member Function Documentation

◆ CheckCondition()

override bool SCR_VehicleOperabilityCheck.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.

Implements SCR_VehicleConditionCheck.

◆ IsVehicleOperable()

bool SCR_VehicleOperabilityCheck.IsVehicleOperable ( notnull Vehicle vehicle)
protected

Member Data Documentation

◆ m_VehicleBuoyancy

SCR_VehicleBuoyancyComponent SCR_VehicleOperabilityCheck.m_VehicleBuoyancy
protected

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