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.
 
void SCR_VehicleOperabilityCheck ()
 
- Public Member Functions inherited from SCR_VehicleConditionCheck
SCR_EVehicleConditionCheckType GetConditionType ()
 

Protected Member Functions

bool IsVehicleOperable (notnull Vehicle vehicle)
 

Protected Attributes

SCR_VehicleBuoyancyComponent m_VehicleBuoyancy
 
- Protected Attributes inherited from SCR_VehicleConditionCheck
SCR_EVehicleConditionCheckType m_eConditionType = SCR_EVehicleConditionCheckType.MISSING_VEHICLE
 

Constructor & Destructor Documentation

◆ SCR_VehicleOperabilityCheck()

void SCR_VehicleOperabilityCheck.SCR_VehicleOperabilityCheck ( )

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: