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
|
@ -94,7 +94,7 @@ namespace Compiler
|
|||
std::vector<Interpreter::Type_Code>& code, bool invert = false);
|
||||
///< Parse sequence of arguments specified by \a arguments.
|
||||
/// \param arguments Each character represents one arguments ('l': integer,
|
||||
/// 'f': float, 'S': string)
|
||||
/// 'f': float, 'S': string, 'c': string (case smashed))
|
||||
/// \param invert Store arguments in reverted order.
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue