Home
last modified time | relevance | path

Searched refs:condCmd (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mutationofjb/
H A Ddebug.cpp148 } else if (ConditionalCommand *const condCmd = dynamic_cast<ConditionalCommand *>(command)) { in showCommands() local
149 showCommands(condCmd->getTrueCommand(), indentLevel + 1); in showCommands()
152 showCommands(condCmd->getFalseCommand(), indentLevel + 1); in showCommands()
/dports/games/scummvm/scummvm-2.5.1/engines/mutationofjb/
H A Ddebug.cpp148 } else if (ConditionalCommand *const condCmd = dynamic_cast<ConditionalCommand *>(command)) { in showCommands() local
149 showCommands(condCmd->getTrueCommand(), indentLevel + 1); in showCommands()
152 showCommands(condCmd->getFalseCommand(), indentLevel + 1); in showCommands()