SetText3DLocation: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Change the specified text 3D's location.}} {{FuncSyntax|SetText3DLocation(text3d, x, y, z)}} {{FuncParameters}} {{FuncParam|t..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Server|1.1.0}} | ||
{{FuncDescription|Change the specified text 3D's location.}} | {{FuncDescription|Change the specified text 3D's location.}} |
Latest revision as of 08:51, 8 March 2020
Description
Change the specified text 3D's location.
Syntax
SetText3DLocation(text3d, x, y, z)
Parameters
- text3d
The text 3D identifier. - x
The X axis - y
The Y axis - z
The Z axis
Return Value
- This function returns nothing.
Example
textId = CreateText3D("Okay", 20, 0.0, 0.0, 1600.0, 0.0, 0.0, 0.0)
SetText3DLocation(textId, 500.0, 500.0, 1600.0)
See also
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor