Identifying rooms
Posted: Mon Dec 24, 2018 8:57 pm
Hello fellow modders,
Is there any way to identify a room's name or type from the room index?
For example returns -1 if the cell isn't located in any room, otherwise it will return the index of the room. However I haven't found a way to correlate a room id with a room name or type.
Is there any way to identify a room's name or type from the room index?
For example
Code: Select all
World.GetCell(0, 0).Room.i