Untold Engine
Beta v0.0.16
docs
|
Inherits U4DEngine::U4DGameLogicInterface.
Public Member Functions | |
virtual void | update (double dt) |
virtual void | init () |
void | setGameEntityManager (U4DEntityManager *uGameEntityManager) |
void | setGameWorld (U4DWorld *uGameWorld) |
void | setGameController (U4DControllerInterface *uGameController) |
U4DWorld * | getGameWorld () |
U4DControllerInterface * | getGameController () |
U4DEntityManager * | getGameEntityManager () |
void | notify (U4DWorld *uGameWorld) |
void | notify (U4DControllerInterface *uGameController) |
U4DEntity * | searchChild (std::string uName) |
virtual void | receiveUserInputUpdate (void *uData) |