038B
Revision as of 18:31, 1 July 2015 by Spaceeinstein (talk | contribs) (Created page with "{{Icon|t}} '''LOAD_ALL_MODELS_NOW''' <hr /> '''Description''' : Load requested models '''Syntax''' : 038B: load_requested_models '''Parameter''' : [''none''] This opcode imme...")
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 makes use of the models 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