Uses of Class
zombie.GameTime

Packages that use GameTime
zombie   
zombie.Lua   
 

Uses of GameTime in zombie
 

Fields in zombie declared as GameTime
static GameTime GameTime.instance
           
 

Methods in zombie that return GameTime
static GameTime GameTime.getInstance()
           
 

Methods in zombie with parameters of type GameTime
static void GameTime.setInstance(GameTime aInstance)
           
 

Uses of GameTime in zombie.Lua
 

Methods in zombie.Lua that return GameTime
static GameTime LuaManager.GlobalObject.getGameTime()