0249
Jump to navigation
Jump to search
MARK_MODEL_AS_NO_LONGER_NEEDED
- Description
- Marks the model as unneeded
- Syntax
- 0249: release_model [int]
- Model.Destroy( [int] )
- Parameter
- Native analog
- MARK_MODEL_AS_NO_LONGER_NEEDED
This opcode marks the model as unneeded, usually after it is requested through opcode 0247. The reference to the model doesn't disappear immediately so it's possible, though not recommended, to spawn objects without requesting the model again after this opcode is used.
Example
Keywords
release, destroy, unload, model