GetStreamedNPC

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

Type: Function
Context: Client
Introduced: v1.0

Description

Get the streamed NPC identifiers in a table.

Syntax

GetStreamedNPC()

Parameters

  • This function has no parameters.

Return Value

  • Returns a table with streamed in NPC identifiers.

Example

local npc = GetStreamedNPC()

See also