Difference between revisions of "0248"
Jump to navigation
Jump to search
(page updates) |
|||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''HAS_MODEL_LOADED''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Checks if the model has been loaded | |
| − | + | '''Syntax''' | |
| − | + | : 0248: model [''int''] available | |
| − | + | : Model.Available( [''int''] ) | |
| + | '''Parameter''' | ||
| + | : [''int''] | ||
| + | :: Valid object model ID number as defined in the [[IDE]] file; also acceptable is model's [[DFF]] name identified by a hash character | ||
| + | '''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. | This opcode checks if the model is loaded after using [[0247]]. The check can be avoided if opcode [[038B]] is used. | ||
| − | == | + | == Keywords == |
| − | + | has, check, model, loaded, available | |
| − | |||
| − | + | [[Category:OpCodes]] | |
| − | |||