GridIndexes
Last updated
Last updated
integer[]
(boolean?
onlyInRoom)
integer[]
(integer
gridIndex1, integer
gridIndex2, roomShape)
integer[] GetAllGridIndexes(boolean? onlyInRoom)
Helper function to get every legal grid index for the current room. If onlyInRoom
is set to true it will only return those that are actually in the room, accounting for L shaped and small rooms.
integer[] GetGridIndexesBetween(integer gridIndex1, integer gridIndex2,
RoomShape
roomShape)
Helper function to get all the grid indexes between two others. Note that the two grid indexes need to be in the same column or row.