Blip::setShowHeadingIndicator: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Adds the GTA: Online player heading indicator to a blip.
Adds the GTA:Online player heading indicator to a blip.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.setShowHeadingIndicator(blip, toggle);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.setShowHeadingIndicator(toggle);</syntaxhighlight>
=== Required Arguments ===
===Required Argument===
*'''blip:''' Blip
* '''toggle:''' {{RageType|Boolean}}
*'''toggle:''' Boolean
===Return value===
===Return value===
*'''Undefined'''
* '''Undefined'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
Line 14: Line 13:
{{Blip_s_function_c}}
{{Blip_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Blip API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Client-side Function]]

Latest revision as of 09:05, 6 May 2019