- addRoom
void addRoom(string name, Room room)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
- getRoom
Room getRoom(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadRoom
void loadRoom(string name, bool deleteCurrent)
Undocumented in source. Be warned that the author may not have intended to support it.
- onRedraw
void onRedraw()
Undocumented in source. Be warned that the author may not have intended to support it.
- onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
- setCurrentRoom
void setCurrentRoom(string name, bool deleteCurrent)
Undocumented in source. Be warned that the author may not have intended to support it.