Blip::drawDistance: Difference between revisions
(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 =...") |
MrPancakers (talk | contribs) 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. | ||
</ | </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
- Functions
- Properties