nanos world API Reference Unofficial documentation
Static function Client Moderate

Level.GetStreamLevels

Gets a list of all Stream Levels

Syntax

Lua
Level.GetStreamLevels()

Returns

  • table[]
    Table fields
    • name string The short name of the Level
    • path string The full path to the Level file
    • is_loaded boolean If the Level was marked to be loaded
    • is_visible boolean If the Level is currently visible
    • is_temp boolean If the Level is temporary (an instance loaded, shouldn't be directly unloaded)