GetStreamedDoors
From Onset Developer Wiki
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