GetStreamedNPC

From Onset Developer Wiki
Revision as of 19:55, 31 December 2019 by 28days (talk | contribs)
GetStreamedNPC

Type: Function
Context: Client
Introduced: v1.0

Description

__EDIT_ME__

Syntax

GetStreamedNPC()

Parameters

  • This function has no parameters.

Return Value

  • __EDIT_ME__

Example

__EDIT_ME__

See also


GetStreamedNPC

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