BL_fnc_Radar_isRadarOn

Description

Description:
Simple function that returns a True or False boolean, for when the object's radar is turned on or off...
Execution: call

Syntax

Syntax:
[_sourceObject] call BL_fnc_Radar_isRadarOn;
Parameters:
_sourceObject: Target query Object, for example: vehicle player

Return Value:
Boolean

Examples

Example 1:
_isPlayerVehicleRadarOn = [vehicle player] call BL_fnc_Radar_isRadarOn; // Gets the radar state of the player's vehicle...

Additional Information

See also:
See also needed

Notes