Home
last modified time | relevance | path

Searched refs:is_in_cutscene (Results 1 – 3 of 3) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Dglobal_game.cpp453 if (is_in_cutscene()) in SkipUntilCharacterStops()
473 if (is_in_cutscene()) { in StartCutscene()
491 if (is_in_cutscene()) in SkipCutscene()
496 if (!is_in_cutscene()) in EndCutscene()
H A Dgame.h175 bool is_in_cutscene();
H A Dgame.cpp1087 bool is_in_cutscene() { in is_in_cutscene() function