isaac-lua-api-vscode
isaac-lua-api-vscode copied to clipboard
RGON function Level:TryPlaceRoom() is missing seed argument
Current function description reads: Level:TryPlaceRoom(roomConfigRoom: RoomConfigRoom, gridIndex: integer, dimension: Dimension, allowMultipleDoors: boolean, allowSpecialNeighbors: boolean, allowNoNeighbors: boolean).
There should be a "seed: integer" argument between dimension and allowMultipleDoors.