CBA_fnc_registerFeatureCamera

Description

Registers a feature camera for use with CBA_fnc_getActiveFeatureCamera.

Parameters

_nameName (unique/tagged) STRING
_callbackActivity check (should return true if active, false otherwise) <CODE>

Returns

Successfully registered <BOOL>

Examples

_result = [
    "ace_spectator",
    {!isNull (missionNamespace getVariable ["ace_spectator_isSet", objNull])}
] call CBA_fnc_registerFeatureCamera

Author

Sniperwolf572, Jonpas

string used by format
Close