GetText3DCount: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Returns the number of text 3D created.}} | ||
{{FuncSyntax|GetText3DCount()}} | {{FuncSyntax|GetText3DCount()}} | ||
Line 8: | Line 8: | ||
{{FuncNoParam}} | {{FuncNoParam}} | ||
{{FuncReturnValue| | {{FuncReturnValue|The number of text 3D created.}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua"> | |||
print("Text 3D Count: "..GetText3DCount()..".") | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{Template:Text3DFunctions}} |
Latest revision as of 09:57, 12 December 2019
Description
Returns the number of text 3D created.
Syntax
GetText3DCount()
Parameters
- This function has no parameters.
Return Value
- The number of text 3D created.
Example
print("Text 3D Count: "..GetText3DCount()..".")
See also
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor