mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
added scriptrunning/startscript/stopscript; sorted out more case problems
This commit is contained in:
parent
185f8bd56d
commit
a61b2c39f0
26 changed files with 274 additions and 42 deletions
|
@ -21,6 +21,7 @@ namespace Compiler
|
|||
Literals& mLiterals;
|
||||
State mState;
|
||||
std::vector<Interpreter::Type_Code> mCode;
|
||||
bool mSmashCase;
|
||||
|
||||
public:
|
||||
|
||||
|
@ -38,8 +39,11 @@ namespace Compiler
|
|||
void append (std::vector<Interpreter::Type_Code>& code);
|
||||
///< Append code for parsed string.
|
||||
|
||||
void smashCase();
|
||||
///< Transform all scanned strings to lower case
|
||||
|
||||
void reset();
|
||||
///< Reset parser to clean state.
|
||||
///< Reset parser to clean state (this includes the smashCase function).
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue