Home
last modified time | relevance | path

Searched refs:setTimerText (Results 1 – 4 of 4) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_seahorserace.lua235 setTimerText(v.raceTime)
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DGame.h822 void setTimerText(float time);
H A DScriptInterface.cpp4925 luaFunc(setTimerText) in luaFunc() argument
4927 dsq->game->setTimerText(lua_tonumber(L, 1)); in luaFunc()
10333 luaRegister(setTimerText),
H A DGame.cpp2762 void Game::setTimerText(float time) in setTimerText() function in Game