Class "RoomConfigRoom"⚓︎
Info
You can get this class by using the following functions:
Example Code
1 2 3 4 |
|
Variables⚓︎
Difficulty⚓︎
const Difficulty Difficulty⚓︎
Doors⚓︎
const int Doors⚓︎
Returns a bit mask of the positions of valid door positions in this room. It is a combination of bit flags of the DoorSlotFlag enum, which is defined as follows:
1 2 3 4 5 6 7 8 9 10 |
|
Height⚓︎
const int Height⚓︎
Initial·Weight⚓︎
const float InitialWeight⚓︎
Mode⚓︎
const userdata Mode⚓︎
Bug
This variable is broken and returns userdata.
Name⚓︎
const string Name⚓︎
Original·Variant⚓︎
int OriginalVariant⚓︎
Shape⚓︎
const RoomShape Shape⚓︎
Spawn·Count⚓︎
const int SpawnCount⚓︎
Spawns⚓︎
const RoomConfigSpawns Spawns⚓︎
Stage·ID⚓︎
const int StageID⚓︎
The ID of the stage the room was designed for.
Stage IDs (corresponds to IDs in stages.xml)
Subtype⚓︎
const int Subtype⚓︎
Type⚓︎
const RoomType Type⚓︎
Variant⚓︎
const int Variant⚓︎
Weight⚓︎
const float Weight⚓︎
Width⚓︎
const int Width⚓︎
Last update:
April 26, 2024