Application

Undocumented in source.

Constructors

this
this(string savedFileName)
Undocumented in source.

Members

Functions

addActivity
void addActivity(Activity activity)
Undocumented in source.
attachActivity
void attachActivity(string id)
Undocumented in source.
destroyActivity
void destroyActivity(string id)
Undocumented in source.
detachActivity
void detachActivity(string id)
Undocumented in source.
getActivity
Activity getActivity(string id)
Undocumented in source.
hasActivity
bool hasActivity(string id)
Undocumented in source.
isRunning
bool isRunning()
Undocumented in source.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onReceiveImmediateMessage
void onReceiveImmediateMessage(ImmediateMessage msg)
Undocumented in source.
opApplyActivities
int opApplyActivities(int delegate(Activity activity) )
Undocumented in source.
opIndex
Activity opIndex(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Activity activity)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source.
runAtNextFrame
void runAtNextFrame(void delegate() )
Undocumented in source.
shutdown
void shutdown()
Undocumented in source.

Properties

exeDir
string exeDir [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
savedData
ubyte[][string] savedData [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

sendMessage
void sendMessage(string fromId, string toId, string type, immutable(ubyte)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta