Blip::shortRange: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "__NOTOC__ '''Property''': Changes the behavior of the Blip on the minimap. ===Syntax== {{ServerSide}} <code lang="javascript"> blip.shortRange = true; // Auto-hide the blip...")
 
mNo edit summary
Line 3: Line 3:
'''Property''': Changes the behavior of the Blip on the minimap.
'''Property''': Changes the behavior of the Blip on the minimap.


===Syntax==
===Syntax===
{{ServerSide}}
{{ServerSide}}
<code lang="javascript">
<syntaxhighlight lang="javascript">
blip.shortRange = true; // Auto-hide the blip if it's not longer in range of the minimap
blip.shortRange = true; // Auto-hide the blip if it's not longer in range of the minimap
blip.shortRange = false; // Always show the blip
blip.shortRange = false; // Always show the blip
</code>
</syntaxhighlight>

Revision as of 11:58, 29 December 2017


Property: Changes the behavior of the Blip on the minimap.

Syntax

Server-Side

blip.shortRange = true; // Auto-hide the blip if it's not longer in range of the minimap
blip.shortRange = false; // Always show the blip