fnc_getClass.sqf | |
Functions | |
OCAP_recorder_fnc_getClass | Determines what type of vehicle is being recorded to match with the more limited icon set preloaded in the OCAP playback UI. |
Determines what type of vehicle is being recorded to match with the more limited icon set preloaded in the OCAP playback UI.
_this | The vehicle being queried [Object] |
[String] | The icon name that should be used to represent the vehicle in the playback UI |
_class = _vehType call FUNC(getClass);
No
Zealot, Dell