0249

From GTAMods Wiki
Revision as of 16:34, 19 January 2012 by Spaceeinstein (talk | contribs) (updating page)
Jump to navigation Jump to search

GTA III Vice City San Andreas MARK_MODEL_AS_NO_LONGER_NEEDED


Description

Marks the model as unneeded

Syntax

0249: release_model [int]
Model.Destroy( [int] )

Parameter

[int]
Valid model ID number as defined in the IDE file; also acceptable is model's DFF name identified by a hash character

Native analog

MARK_MODEL_AS_NO_LONGER_NEEDED

This opcode marks the model as unneeded after it is requested through opcode 0247. The reference to the model doesn't disappear immediately so objects can be spawned without requesting again after this opcode is used.

Keywords

release, destroy, unload, model