Blip::getSprite: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Blips Images + IDs:<br>gtaxscripting.blogspot.com/2016/05/gta-v-blips-id-and-image.html
{{Warning|This Function is Deprecated. Please refer to [[Entity::model|blip.model]]}}
 
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">blip.getSprite(blip);</syntaxhighlight>
<syntaxhighlight lang="javascript">blip.getSprite();</syntaxhighlight>
=== Required Arguments ===
 
*'''blip:''' Blip
===Return value===
===Return value===
*'''int'''
* {{RageType|Number}}
==Example==
 
<syntaxhighlight lang="javascript">
// todo
</syntaxhighlight>
==See also==
==See also==
{{Blip_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Blip API]]
[[Category:Blip API]]
[[Category:TODO: Example]]
[[Category:Deprecated]]

Latest revision as of 08:26, 6 May 2019

This Function is Deprecated. Please refer to blip.model

Syntax

blip.getSprite();

Return value

  • Number

See also