1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Interactive mode for ERM interpreter.

This commit is contained in:
Michał W. Urbańczyk
2011-06-23 21:42:30 +00:00
parent 3f85ca4504
commit d88b6b1bb3
5 changed files with 40 additions and 5 deletions

View File

@@ -808,6 +808,7 @@ class ERMInterpreter : public CScriptingModule
static const std::string triggerSymbol, postTriggerSymbol, defunSymbol;
void executeLine(const VERMInterpreter::LinePointer & lp);
void executeLine(const ERM::TLine &line);
void executeTrigger(VERMInterpreter::Trigger & trig, int funNum = -1, std::vector<int> funParams=std::vector<int>());
static bool isCMDATrigger(const ERM::Tcommand & cmd);
static bool isATrigger(const ERM::TLine & line);