Skip to content

Class "RoomConfigEntry"⚓︎

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 roomConfigEntry = roomConfigSpawn:PickEntry(0)

Variables⚓︎

Subtype⚓︎

int Subtype⚓︎


Type⚓︎

EntityType Type⚓︎


Variant⚓︎

int Variant⚓︎


Weight⚓︎

float Weight⚓︎



Last update: April 26, 2024