Difference between revisions of "038B"
Jump to navigation
Jump to search
(Created page with "{{Icon|t}} '''LOAD_ALL_MODELS_NOW''' <hr /> '''Description''' : Load requested models '''Syntax''' : 038B: load_requested_models '''Parameter''' : [''none''] This opcode imme...") |
m |
||
Line 8: | Line 8: | ||
: [''none''] | : [''none''] | ||
− | This opcode immediately loads all models requested using opcodes [[0247]], [[0352]], or others. The game temporarily freezes until all requested models have been loaded. When using this opcode, it is unnecessary to use opcode [[0248]] to check if the models have been loaded. Opcodes that | + | This opcode immediately loads all models requested using opcodes [[0247]], [[0352]], or others. The game temporarily freezes until all requested models have been loaded. When using this opcode, it is unnecessary to use opcode [[0248]] to check if the models have been loaded. Opcodes that make use of the models like [[009A]] and [[00A5]] can do so immediately after this opcode without any chance of the game crashing due to unloaded models. Whether to use this opcode or 0248 is mainly a design choice — do you want to freeze the game until all models are loaded or allow the game to run while it loads the models at its own pace? |
== Keywords == | == Keywords == |
Revision as of 06:58, 5 July 2015
Description
- Load requested models
Syntax
- 038B: load_requested_models
Parameter
- [none]
This opcode immediately loads all models requested using opcodes 0247, 0352, or others. The game temporarily freezes until all requested models have been loaded. When using this opcode, it is unnecessary to use opcode 0248 to check if the models have been loaded. Opcodes that make use of the models like 009A and 00A5 can do so immediately after this opcode without any chance of the game crashing due to unloaded models. Whether to use this opcode or 0248 is mainly a design choice — do you want to freeze the game until all models are loaded or allow the game to run while it loads the models at its own pace?
Keywords
load, request, requested, all, model, models, now