Blip::shortRange: Difference between revisions
mNo edit summary |
MrPancakers (talk | contribs) m (Added blip definitions) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Property''': Changes the behavior of the Blip on the minimap. | '''Property''': Changes the behavior of the Blip on the minimap. | ||
==Syntax== | |||
{{ServerSide}} | {{ServerSide}} | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
| Line 9: | 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
- Functions
- Properties