GetStreamedDoors

From Onset Developer Wiki
Revision as of 19:49, 31 December 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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