mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
allow additional string argument for stopcombat and addspell (ignored)
This commit is contained in:
parent
6a5d88b640
commit
61626e90da
3 changed files with 17 additions and 13 deletions
|
@ -101,6 +101,7 @@ namespace Compiler
|
|||
/// \param arguments Each character represents one arguments ('l': integer,
|
||||
/// 'f': float, 'S': string, 'c': string (case smashed), '/': following arguments are
|
||||
/// optional)
|
||||
/// 'x': optional string that will be ignored (die in a fire, MW script compiler!)
|
||||
/// \param invert Store arguments in reverted order.
|
||||
/// \return number of optional arguments
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue