Blip::setDisplay: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
Line 1: Line 1:
displayId = 8 : shows on radar<br><br>displayId:<br>3 = Shows on Main map but not Radar (not selectable on map)<br><br>displayId = 2 (Shows on Main map + Radar + selectable)
displayId = 8 : shows on radar<br><br>displayId:<br>3 = Shows on Main map but not Radar (not selectable on map)<br><br>displayId = 2 (Shows on Main map + Radar + selectable)
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.setDisplay(blip, p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.setDisplay(p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''blip:''' Blip
*'''p1:''' int
*'''p1:''' int
===Return value===
===Return value===

Revision as of 14:52, 8 December 2017