Blip::setPriority: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
Function to set blip priority (i.e. orders in map legend)
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.setPriority(blip, priority);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.setPriority(priority);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''blip:''' Blip
*'''priority:''' {{RageType|Number}}
*'''priority:''' int
===Return value===
===Return value===
*'''Undefined'''
*'''Undefined'''
Line 16: Line 15:
[[Category:Blip API]]
[[Category:Blip API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Client-side Function]]

Latest revision as of 09:02, 6 May 2019