Difference between revisions of "DETACH OBJECT"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=2 |np=1 |p1t=pointer |p1d=object variable |np=2 |p2t=integer |p2d=Boolean (1) }} '''Explanation:''' - Detach selected object from its host. - '''DETACH_OBJECT''' (MyObject...)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Native
 
{{Native
 
|np=2
 
|np=2
|np=1
+
|p1t=handle
|p1t=pointer
+
|p1d=object handle
|p1d=object variable
 
|np=2
 
 
|p2t=integer
 
|p2t=integer
|p2d=Boolean (1)
+
|p2d=Boolean (always 1?)
 
}}
 
}}
 
+
This function detaches the object from its host.
 
 
'''Explanation:'''
 
 
 
- Detach selected object from its host.
 
 
 
- '''DETACH_OBJECT''' (MyObject, 1)
 
 
 
 
 
' NOTE THAT THIS FUNCTIONS ARE STILL UNDER TESTING
 

Latest revision as of 20:40, 20 January 2009

DETACH_OBJECT
Number of parameters: 2
Parameter #TypeDescription
1.handleobject handle
2.integerBoolean (always 1?)
Return value:
TypeDescription
None

This function detaches the object from its host.