Registers a feature camera for use with CBA_fnc_getActiveFeatureCamera.
_name | Name (unique/tagged) STRING |
_callback | Activity check (should return true if active, false otherwise) <CODE> |
Successfully registered <BOOL>
_result = [ "ace_spectator", {!isNull (missionNamespace getVariable ["ace_spectator_isSet", objNull])} ] call CBA_fnc_registerFeatureCamera
Sniperwolf572, Jonpas