SetText3DAttached

From Onset Developer Wiki
Revision as of 19:41, 17 December 2019 by 28days (talk | contribs)
SetText3DAttached

Type: Function
Context: Server
Introduced: v1.0

Description

__EDIT_ME__

Syntax

SetText3DAttached(text3d, attachtype, attachid, x, y, z [, rx, ry, rz, SocketName])

Parameters

  • text3d
    The text 3D indentifier.
  • attachtype
    AttachType
  • attachid
    The identifier of the attach type (entity)
  • x
    The X axis
  • y
    The Y axis
  • z
    The Z axis
  • rx (optional)
    The RX axis
  • ry (optional)
    The RY axis
  • rz (optional)
    The RZ axis
  • SocketName (optional)
    The socket name

Return Value

  • Returns true on success.

Example

__EDIT_ME__

See also