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
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Native
 
{{Native
|noheader=0
 
|np=1
 
 
|np=1
 
|np=1
 
|p1t=integer
 
|p1t=integer
|p1d=Model Hash
+
|p1d=[[List of models hashes|model hash]]
 
|r=0
 
|r=0
 
}}
 
}}
  
 
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]]
 

Latest revision as of 00:18, 12 June 2017

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.