fnc_getUnitType.sqf

Summary
fnc_getUnitType.sqf
Functions
OCAP_recorder_fnc_getUnitTypeIdentifies the role of a unit using similar methodology to Arma 3’s.

Functions

OCAP_recorder_fnc_getUnitType

Description

Identifies the role of a unit using similar methodology to Arma 3’s.  Used in <FUNC(captureLoop)>.

Parameters

_unitToCheckUnit to evaluate.  [Object]

Returns

The role text.  [String]

Examples

[_x] call ocap_fnc_getUnitType;

Public

No

Author

IndigoFox, veteran29

Close