Blip::model: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{Incomplete Functions}}")
 
No edit summary
 
Line 1: Line 1:
{{Incomplete Functions}}
__TOC__
 
'''Property used to get/set blip model'''
 
== Syntax ==
 
<syntaxhighlight lang="javascript">
blip.model;
blip.model = 'id';
</syntaxhighlight>
 
===Return value===
*<font color='red'>'''int'''</font>

Latest revision as of 09:59, 22 December 2017

Property used to get/set blip model

Syntax

blip.model;
blip.model = 'id';

Return value

  • int