GetStreamedText3D: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetStreamedText3D()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Exam...")
 
No edit summary
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Get the streamed text 3d identifiers in a table.}}


{{FuncSyntax|GetStreamedText3D()}}
{{FuncSyntax|GetStreamedText3D()}}
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns a table with streamed in text 3d identifiers.}}


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua">
local text3d = GetStreamedText3D()
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
{{Text3DFunctions}}

Latest revision as of 19:55, 31 December 2019

GetStreamedText3D

Type: Function
Context: Client
Introduced: v1.0

Description

Get the streamed text 3d identifiers in a table.

Syntax

GetStreamedText3D()

Parameters

  • This function has no parameters.

Return Value

  • Returns a table with streamed in text 3d identifiers.

Example

local text3d = GetStreamedText3D()

See also