Blip::drawDistance: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "__NOTOC__ '''Property''' used to have a fade in/out of the blip when you're in range of the draw distance. ==Syntax== <syntaxhighlight lang="javascript"> blip.drawDistance =...")
 
m (Added Blip definitions)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
blip.drawDistance = 45.5; // The blip will be shown to each player near at 45.5 meters.
blip.drawDistance = 45.5; // The blip will be shown to each player near at 45.5 meters.
</script>
</syntaxhighlight>
 
==See Also==
{{Blip_definition}}

Latest revision as of 11:48, 10 May 2018

Property used to have a fade in/out of the blip when you're in range of the draw distance.

Syntax

blip.drawDistance = 45.5; // The blip will be shown to each player near at 45.5 meters.

See Also