GetObjectAttachmentInfo

From Onset Developer Wiki
Revision as of 01:01, 28 December 2019 by BlueMountains (talk | contribs)
GetObjectAttachmentInfo

Type: Function
Context: Server
Introduced: v1.0

Description

Gets information on this attached object.

Syntax

GetObjectAttachmentInfo(object)

Parameters

  • object
    The object identifier.

Return Value

  • Returns two integers. First one being the attach type (ie ATTACH_VEHICLE, AttachType) and the second one the identifier to what this object is attached to. See SetObjectAttached.

Example

__EDIT_ME__

See also

__EDIT_ME__