Difference between revisions of "0248"

From GTAMods Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
| native      = [[HAS_MODEL_LOADED]]
 
| 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]]. The check can be avoided if opcode [[038B]] is used.
  
 
==Note==
 
==Note==

Revision as of 18:01, 26 April 2011

{{{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. The check can be avoided if opcode 038B is used.

Note

In Sanny Builder, this opcode is equivalent to the command Model.Available.

Example:

Model.Available(#BFORI)

Keywords

has, check, model, loaded, available