Skip to content

Class "RoomDescriptor"⚓︎

Info

You can get this class by using the following function:

Example Code
1
2
local level = Game():GetLevel()
local roomDescriptor = level:GetCurrentRoomDesc()

Operators⚓︎

__len ()⚓︎

int __len ( )⚓︎

The length (#) operation. Returns the amount of rooms in the list.


Functions⚓︎

Get ()⚓︎

RoomDescriptor Get ( int idx )⚓︎

Returns a RoomDescriptor at the index of the list provided.


Variables⚓︎

Size⚓︎

const int Size⚓︎

The amount of rooms in the list.



Last update: April 26, 2024