SetObjectAttached: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|SetObjectAttached(object, attachtype, attachid, x, y, z [, rx, ry, rz])}} {{FuncParameters}} {{Fun...")
 
No edit summary
Line 3: Line 3:
{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|__EDIT_ME__}}


{{FuncSyntax|SetObjectAttached(object, attachtype, attachid, x, y, z [, rx, ry, rz])}}
{{FuncSyntax|SetObjectAttached(object, attachtype, attachid, x, y, z [, rx, ry, rz, SocketName])}}


{{FuncParameters}}
{{FuncParameters}}
Line 12: Line 12:
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|z |__EDIT_ME__}}
{{FuncParam|z |__EDIT_ME__}}
{{FuncParam|rx|__EDIT_ME__}}
{{FuncParamOptional|rx|__EDIT_ME__}}
{{FuncParam|ry|__EDIT_ME__}}
{{FuncParamOptional|ry|__EDIT_ME__}}
{{FuncParamOptional|rz|__EDIT_ME__}}
{{FuncParamOptional|rz|__EDIT_ME__}}
{{FuncParamOptional|SocketName|__EDIT_ME__}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 13:22, 15 April 2019

SetObjectAttached

Type: Function
Context: Server
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetObjectAttached(object, attachtype, attachid, x, y, z [, rx, ry, rz, SocketName])

Parameters

  • object
    __EDIT_ME__
  • attachtype
    __EDIT_ME__
  • attachid
    __EDIT_ME__
  • x
    __EDIT_ME__
  • y
    __EDIT_ME__
  • z
    __EDIT_ME__
  • rx (optional)
    __EDIT_ME__
  • ry (optional)
    __EDIT_ME__
  • rz (optional)
    __EDIT_ME__
  • SocketName (optional)
    __EDIT_ME__

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also

__EDIT_ME__