GetStreamedNPC: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetStreamedNPC()}} {{FuncParameters}} {{FuncNoParam}} {{FuncReturnValue|__EDIT_ME__}} == Example..." |
No edit summary |
||
Line 14: | Line 14: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{NPCFunctions}} | |||
{{Info|Function|Client|1.0}} | |||
{{FuncDescription|Get the streamed text 3d identifiers in a table.}} | |||
{{FuncSyntax|GetStreamedText3D()}} | |||
{{FuncParameters}} | |||
{{FuncNoParam}} | |||
{{FuncReturnValue|Returns a table with streamed in text 3d identifiers.}} | |||
== Example == | |||
<syntaxhighlight lang="Lua"> | |||
local text3d = GetStreamedText3D() | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | |||
{{Text3DFunctions}} |
Revision as of 19:55, 31 December 2019
Description
__EDIT_ME__
Syntax
GetStreamedNPC()
Parameters
- This function has no parameters.
Return Value
- __EDIT_ME__
Example
__EDIT_ME__
See also
- GetStreamedNPC
- GetNPCLocation
- SetNPCOutline
- SetNPCPropertyValue
- GetNPCPropertyValue
- CreateNPC
- DestroyNPC
- IsValidNPC
- GetAllNPC
- GetNPCCount
- IsNPCStreamedIn
- SetNPCLocation
- GetNPCLocation
- SetNPCHealth
- GetNPCHealth
- SetNPCAnimation
- SetNPCHeading
- GetNPCHeading
- SetNPCTargetLocation
- SetNPCFollowPlayer
- SetNPCFollowVehicle
- SetNPCRagdoll
- SetNPCRespawnTime
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
- GetText3DCount
- GetAllText3D
- CreateText3D
- DestroyText3D
- IsValidText3D
- SetText3DAttached
- SetText3DDetached
- SetText3DDimension
- GetText3DDimension
- SetText3DPropertyValue
- GetText3DPropertyValue
- SetText3DText
- GetText3DText
- SetText3DLocation
- GetText3DLocation
- IsText3DStreamedIn
- GetStreamedText3D
- GetText3DActor