mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-13 22:36:35 -04:00
Update ScriptArgs documentation
This commit is contained in:
parent
23cd2056bf
commit
ea0be6e737
@ -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…
x
Reference in New Issue
Block a user