RoomApplication

Undocumented in source.

Constructors

this
this(uint width, uint height, string caption, bool unicodeInput, bool showCursor, bool resizableWindow)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.

Variables

currentRoom
Room currentRoom;
Undocumented in source.
currentRoomName
string currentRoomName;
Undocumented in source.
rooms
AArray!Room rooms;
Undocumented in source.

Inherited Members

From Application

clearColor
Color4f clearColor;
Undocumented in source.
exitOnEscapePress
bool exitOnEscapePress;
Undocumented in source.
run
void run()
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.
onRedraw
void onRedraw()
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyDown
void onKeyDown(int key)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit()
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.
~this
~this()
Undocumented in source.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta