fnc_getClass.sqf

Summary
fnc_getClass.sqf
Functions
OCAP_recorder_fnc_getClassDetermines what type of vehicle is being recorded to match with the more limited icon set preloaded in the OCAP playback UI.

Functions

OCAP_recorder_fnc_getClass

Description

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

Parameters

_thisThe vehicle being queried [Object]

Returns

[String]The icon name that should be used to represent the vehicle in the playback UI

Examples

_class = _vehType call FUNC(getClass);

Public

No

Author

Zealot, Dell

Close