Blip::getInfoIdType: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Returns a value based on what the blip is attached to<br>1 - Vehicle<br>2 - Ped<br>3 - Object<br>4 - Coord<br>5 - unk<br>6 - Pickup<br>7 - Radius
Returns a value based on what the blip is attached to<br>1 - Vehicle<br>2 - Ped<br>3 - Object<br>4 - Coord<br>5 - unk<br>6 - Pickup<br>7 - Radius
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.getInfoIdType(blip);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.getInfoIdType();</syntaxhighlight>
=== Required Arguments ===
*'''blip:''' Blip
===Return value===
===Return value===
*'''int'''
*'''int'''
Line 13: Line 11:
{{Blip_s_function_c}}
{{Blip_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Blip API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 14:54, 8 December 2017