Difference between revisions of "MARK MODEL AS NO LONGER NEEDED"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |noheader=0 |np=1 |np=1 |p1t=integer |p1d=Model Hash |r=0 }} Decrements reference counter on the model specified by model hash so that it can be freed when there are no more refe...)
 
m
Line 1: Line 1:
 
{{Native
 
{{Native
|noheader=0
 
 
|np=1
 
|np=1
 
|np=1
 
|np=1
Line 9: Line 8:
  
 
Decrements reference counter on the model specified by model hash so that it can be freed when there are no more references to it.
 
Decrements reference counter on the model specified by model hash so that it can be freed when there are no more references to it.
 
[[Category:Native functions]]
 

Revision as of 11:26, 27 December 2008

MARK_MODEL_AS_NO_LONGER_NEEDED
Number of parameters: 1
Parameter #TypeDescription
1.integerModel Hash
Return value:
TypeDescription
None

Decrements reference counter on the model specified by model hash so that it can be freed when there are no more references to it.