GetText3DPropertyValue: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Server & Client|1.0}} {{FuncDescription|Gets a property value for this entity.}} {{FuncSyntax|GetText3DPropertyValue(text3d, PropertyName)}} {{FuncParameter...")
 
No edit summary
Line 15: Line 15:


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[SetText3DDimension]]
*[[GetText3DDimension]]
*[[SetText3DPropertyValue]]
*[[GetText3DPropertyValue]]
*[[GetText3DCount]]
*[[GetAllText3D]]
*[[CreateText3D]]
*[[DestroyText3D]]
*[[IsValidText3D]]
*[[SetText3DAttached]]
*[[SetText3DVisibility]]
*[[SetText3DText]]

Revision as of 20:04, 2 September 2020

GetText3DPropertyValue

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Gets a property value for this entity.

Syntax

GetText3DPropertyValue(text3d, PropertyName)

Parameters

  • text3d
    The text3d identifier
  • PropertyName
    Name of the property variable

Return Value

  • Returns the value.

Example

__EDIT_ME__

See also