Simple function that returns a True or False boolean, for when the object's radar is turned on or off...
[_sourceObject] call BL_fnc_Radar_isRadarOn;
vehicle player_isPlayerVehicleRadarOn = [vehicle player] call BL_fnc_Radar_isRadarOn; // Gets the radar state of the player's vehicle...