Home
last modified time | relevance | path

Searched refs:newscriptno (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/TextBox/
H A DStageSelect.fdh7 bool JumpScript(int newscriptno, int pageno);
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dtsc.cpp478 bool JumpScript(int newscriptno, int pageno) in JumpScript() argument
486 NX_LOG("JumpScript: moving to script #%04d page %d\n", newscriptno, pageno); in JumpScript()
489 s->program = FindScriptData(newscriptno, pageno, &s->pageno); in JumpScript()
490 s->scriptno = newscriptno; in JumpScript()
495 NX_ERR("JumpScript: missing script #%04d! Script terminated.\n", newscriptno); in JumpScript()
H A Dtsc.h41 bool JumpScript(int newscriptno, int pageno=-1);
H A Dtsc.fdh66 bool JumpScript(int newscriptno, int pageno);
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dtsc.cpp493 bool TSC::JumpScript(int newscriptno, ScriptPages pageno) in JumpScript() argument
500 LOG_DEBUG("JumpScript: moving to script #{:#04d} page {}", newscriptno, (int)pageno); in JumpScript()
502 s->program = FindScriptData(newscriptno, pageno, &pageno); in JumpScript()
504 s->scriptno = newscriptno; in JumpScript()
509 LOG_ERROR("JumpScript: missing script #{:#04d}! Script terminated.", newscriptno); in JumpScript()
H A Dtsc.h66 bool JumpScript(int newscriptno, ScriptPages pageno = ScriptPages::SP_NULL);