SetText3DText
From Onset Developer Wiki
Description
Updates a 3D Text label created earlier with CreateText3D.
Syntax
SetText3DText(text3d, text)
Parameters
- text3d
The text 3D identifier - text
Text you want to show
Return Value
- Returns true on success.
Example
textId = CreateText3D("Okay", 20, 0.0, 0.0, 1600.0, 0.0, 0.0, 0.0)
SetText3DText(textId, "Hey!")
See also
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor