fnc_isKindOfApc.sqf | |
Functions | |
OCAP_recorder_fnc_isKindOfApc | Helper function for OCAP_recorder_fnc_getClass to prevent APCs from being classified as Cars or Trucks. |
Helper function for OCAP_recorder_fnc_getClass to prevent APCs from being classified as Cars or Trucks.
_this | The vehicle to check [Object] |
[Bool] | True if the vehicle is an APC, false otherwise |
if (_this call FUNC(isKindOfApc)) exitWith {"apc"};
No
Dell, Zealot