Blip::shortRange: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
m (Added blip definitions)
 
Line 8: Line 8:
blip.shortRange = false; // Always show the blip
blip.shortRange = false; // Always show the blip
</syntaxhighlight>
</syntaxhighlight>
==See Also==
{{Blip_definition}}

Latest revision as of 11:49, 10 May 2018

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

See Also