retrograde.engine

Retrograde Engine

Members

Classes

CoreEngineCommandChannel
class CoreEngineCommandChannel
Undocumented in source.

Enums

EngineCommand
enum EngineCommand
Undocumented in source.

Functions

getEngineCopyrightText
string getEngineCopyrightText()
Undocumented in source. Be warned that the author may not have intended to support it.
getEngineName
string getEngineName()
Undocumented in source. Be warned that the author may not have intended to support it.
getEngineVersionText
string getEngineVersionText()
Undocumented in source. Be warned that the author may not have intended to support it.
loopWithFixedTimeStepVariableDrawRate
void loopWithFixedTimeStepVariableDrawRate(Game game)
Undocumented in source. Be warned that the author may not have intended to support it.
registerEngineDebugSids
void registerEngineDebugSids(SidMap sidMap)
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(Game game, void function(Game game) gameLoopFunction)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

COPYRIGHT_YEAR
uint COPYRIGHT_YEAR;
Undocumented in source.
MICRO_SECOND_RESOLUTION
uint MICRO_SECOND_RESOLUTION;
Undocumented in source.
VERSION_MAYOR
uint VERSION_MAYOR;
Undocumented in source.
VERSION_MINOR
uint VERSION_MINOR;
Undocumented in source.
VERSION_REVISION
uint VERSION_REVISION;
Undocumented in source.

Meta

Authors

Mike Bierlee, m.bierlee@lostmoment.com

License

This software is licensed under the terms of the MIT license. The full terms of the license can be found in the LICENSE.txt file.