mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 17:59:56 +00:00
Update ScriptArgs documentation
This commit is contained in:
parent
23cd2056bf
commit
ea0be6e737
1 changed files with 3 additions and 3 deletions
|
@ -20,9 +20,9 @@ namespace Compiler
|
||||||
l - Integer <BR>
|
l - Integer <BR>
|
||||||
s - Short <BR>
|
s - Short <BR>
|
||||||
S - String, case preserved <BR>
|
S - String, case preserved <BR>
|
||||||
x - Optional, ignored string argument
|
x - Optional, ignored string argument. Emits a parser warning when this argument is supplied. <BR>
|
||||||
X - Optional, ignored numeric expression
|
X - Optional, ignored numeric expression. Emits a parser warning when this argument is supplied. <BR>
|
||||||
z - Optional, ignored string or numeric argument
|
z - Optional, ignored string or numeric argument. Emits a parser warning when this argument is supplied. <BR>
|
||||||
j - A piece of junk (either . or a specific keyword)
|
j - A piece of junk (either . or a specific keyword)
|
||||||
**/
|
**/
|
||||||
typedef std::string ScriptArgs;
|
typedef std::string ScriptArgs;
|
||||||
|
|
Loading…
Reference in a new issue