Difference between revisions of "DETACH OBJECT"
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 | ||
− | + | |p1t=handle | |
− | |p1t= | + | |p1d=object handle |
− | |p1d=object | ||
− | |||
|p2t=integer | |p2t=integer | ||
− | |p2d=Boolean (1) | + | |p2d=Boolean (always 1?) |
}} | }} | ||
− | + | This function detaches the object from its host. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 20:40, 20 January 2009
Number of parameters: 2 | ||
---|---|---|
Parameter # | Type | Description |
1. | handle | object handle |
2. | integer | Boolean (always 1?) |
Return value: | ||
Type | Description | |
None |
This function detaches the object from its host.