GetStreamedObjects

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetStreamedObjects

Type: Function
Context: Client
Introduced: v1.0

Description

Gets the streamed in objects for the local player.

Syntax

GetStreamedObjects( [, bGetAttached])

Parameters

  • bGetAttached (optional)
    Get the attached objects

Return Value

  • Returns a table with streamed in object identifiers as values.

Example

for k, v in pairs(GetStreamedNPC()) do
    AddPlayerChat("Table key "..k..": npcid: "..v)
end

See also