GetStreamedDoors

From Onset Developer Wiki
GetStreamedDoors

Type: Function
Context: Client
Introduced: v1.0

Description

Get the streamed in doors IDs in a table.

Syntax

GetStreamedDoors()

Parameters

  • This function has no parameters.

Return Value

  • This function returns a table.

Example

local doors = GetStreamedDoors()

if #doors == 0 then
    -- no streamed in doors
end

See also