Loading...
Searching...
No Matches
SCR_VehicleConditionCheck Interface Reference
Inheritance diagram for SCR_VehicleConditionCheck:
SCR_VehicleOperabilityCheck SCR_VehiclePilotVacancyCheck

Public Member Functions

SCR_EVehicleConditionCheckType GetConditionType ()
 
bool CheckCondition (Vehicle vehicle)
 Checks if provided Vehicle object is not null.
 

Protected Attributes

SCR_EVehicleConditionCheckType m_eConditionType = SCR_EVehicleConditionCheckType.MISSING_VEHICLE
 

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.

◆ GetConditionType()

SCR_EVehicleConditionCheckType SCR_VehicleConditionCheck.GetConditionType ( )

Member Data Documentation

◆ m_eConditionType

SCR_EVehicleConditionCheckType SCR_VehicleConditionCheck.m_eConditionType = SCR_EVehicleConditionCheckType.MISSING_VEHICLE
protected

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