Skip to content

Class "LevelGeneratorEntry"⚓︎

Info

You can get this class by using the following functions:

Example Code
1
local newLevelGeneratorEntry = Isaac.LevelGeneratorEntry()

Functions⚓︎

SetAllowedDoors ()⚓︎

void SetAllowedDoors ( LevelGeneratorEntry Room, int Doors )⚓︎

I believe Doors here is a bitmask (1 << DoorSlot)


SetColIdx ()⚓︎

void SetColIdx ( LevelGeneratorEntry Room, int ColIdx )⚓︎


SetLineIdx ()⚓︎

void SetLineIdx ( LevelGeneratorEntry Room, int LineIdx )⚓︎