Skip to content

Class "RoomConfigEntries"⚓︎

Info

You can get this class by using the following function:

Example Code
1
2
3
4
5
6
local level = Game():GetLevel()
local roomDescriptor = level:GetCurrentRoomDesc()
local roomConfigRoom = roomDescriptor.Data
local spawnList = roomConfigRoom.Spawns
local roomConfigSpawn = spawnList:Get(0)
local entries = roomConfigSpawn.Entries

Operators⚓︎

__len ()⚓︎

int __len ( )⚓︎

The length (#) operation. Returns the size of this list.


Functions⚓︎

Get ()⚓︎

RoomConfig Entry Get ( int idx )⚓︎


Variables⚓︎

Size⚓︎

const int Size⚓︎



Last update: April 26, 2024