038B
Revision as of 06:58, 5 July 2015 by Spaceeinstein (talk | contribs)
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