Blip::getSprite: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__TOC__
{{Warning|This Function is Deprecated. Please refer to [[Entity::model|blip.model]]}}
 
{{Warning
|This Function is Deprecated. Please refer to [https://wiki.rage.mp/index.php?title=Blip::model blip.model]}}


==Syntax==
==Syntax==
Line 8: Line 5:


===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