Difference between revisions of "0248"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<code>0248=1,  %1o%</code><br>
+
{{OpCode
'''Description''': Checks if the model has been loaded<br>
+
| ini        = 0248=1,  %1o%
'''Parameter 1''': [[DFF]] model ID or name as defined at the beginning of the <code>main.scm</code><br>
+
| description = Checks if the model has been loaded
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| p1          = [[DFF]] model ID or name as defined at the beginning of the <code>main.scm</code>
'''Analogous to GTA4:''' [[HAS_MODEL_LOADED]]
+
| game        = GTA3, Vice City, San Andreas
 
+
| native      = [[HAS_MODEL_LOADED]]
 +
}}
 
This opcode checks if the model is loaded after using [[0247]].
 
This opcode checks if the model is loaded after using [[0247]].
  

Revision as of 23:14, 27 December 2008

{{{games}}}


Description
Checks if the model has been loaded
Syntax
{{{syntax1}}}
Parameter
Native analog
HAS_MODEL_LOADED

This opcode checks if the model is loaded after using 0247.

Keywords

has, check, model, loaded, available