fnc_isKindOfApc.sqf

Summary
fnc_isKindOfApc.sqf
Functions
OCAP_recorder_fnc_isKindOfApcHelper function for OCAP_recorder_fnc_getClass to prevent APCs from being classified as Cars or Trucks.

Functions

OCAP_recorder_fnc_isKindOfApc

Description

Helper function for OCAP_recorder_fnc_getClass to prevent APCs from being classified as Cars or Trucks.

Parameters

_thisThe vehicle to check [Object]

Returns

[Bool]True if the vehicle is an APC, false otherwise

Examples

if (_this call FUNC(isKindOfApc)) exitWith {"apc"};

Public

No

Author

Dell, Zealot

Determines what type of vehicle is being recorded to match with the more limited icon set preloaded in the OCAP playback UI.
Close