Home
last modified time | relevance | path

Searched refs:isDeveloperKeys (Results 1 – 9 of 9) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/
H A Dnode_sunkencityskip.lua24 if isDeveloperKeys() then
30 if isDeveloperKeys() then
H A Dnode_killcreator.lua24 if isDeveloperKeys() then
37 if isDeveloperKeys() then
H A Dnode_ingredients.lua31 if isDeveloperKeys() then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/files/scripts/maps/_unused/
H A Dnode_givealltreasures.lua31 if isDeveloperKeys() then
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DAquariaSaveSlot.cpp69 if (dsq->isDeveloperKeys()) in AquariaSaveSlot()
420 if (dsq->isDeveloperKeys()) in getSaveDescription()
H A DDSQ.cpp526 if (isDeveloperKeys() || (mod.isActive() && mod.isDebugMenu())) in debugMenu()
995 if (isDeveloperKeys()) in init()
1007 if (isDeveloperKeys()) in init()
1228 if (isDeveloperKeys()) in init()
1532 if (!isDeveloperKeys()) in init()
1561 if(isDeveloperKeys()) in init()
1985 if (console && isDeveloperKeys()) in toggleConsole()
4050 bool DSQ::isDeveloperKeys() in isDeveloperKeys() function in DSQ
4152 if (isDeveloperKeys()) in bindInput()
4409 if (isDeveloperKeys() && cmDebug && cmDebug->alpha == 1 && fpsText) in onUpdate()
[all …]
H A DDSQ.h1411 bool isDeveloperKeys();
H A DScriptInterface.cpp2919 luaFunc(isDeveloperKeys) in luaFunc() argument
2921 luaReturnBool(dsq->isDeveloperKeys()); in luaFunc()
9609 luaRegister(isDeveloperKeys),
11140 bool devmode = dsq->isDeveloperKeys(); in init()
H A DGame.cpp3952 if (!dsq->isDeveloperKeys()) in createInGameMenu()
6000 if (dsq->isDeveloperKeys() || isSceneEditorActive()) in action()