GetObjectAttachmentInfo: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetObjectAttachmentInfo(object)}} {{FuncParameters}} {{FuncParam|object|__EDIT_ME__}} {{FuncRetur..." |
No edit summary |
||
Line 8: | Line 8: | ||
{{FuncParam|object|__EDIT_ME__}} | {{FuncParam|object|__EDIT_ME__}} | ||
{{FuncReturnValue| | {{FuncReturnValue|Returns two integers. First one being the attach type (ie ATTACH_VEHICLE) and the second one the identifier to what this object is attached to. See [[SetObjectAttached]].}} | ||
== Example == | == Example == |
Revision as of 16:27, 5 September 2019
Description
__EDIT_ME__
Syntax
GetObjectAttachmentInfo(object)
Parameters
- object
__EDIT_ME__
Return Value
- Returns two integers. First one being the attach type (ie ATTACH_VEHICLE) and the second one the identifier to what this object is attached to. See SetObjectAttached.
Example
__EDIT_ME__
See also
__EDIT_ME__