forked from mirror/openmw-tes3mp
now that I've found the documentation, fixed some stuff for extensions
This commit is contained in:
parent
ee36ace00b
commit
a61d804de6
1 changed files with 4 additions and 4 deletions
|
@ -16,12 +16,12 @@ namespace Compiler
|
||||||
every argument is optional. <BR>
|
every argument is optional. <BR>
|
||||||
Eg: fff/f represents 3 required floats followed by one optional float <BR>
|
Eg: fff/f represents 3 required floats followed by one optional float <BR>
|
||||||
f - Float <BR>
|
f - Float <BR>
|
||||||
c - String <BR>
|
c - String, case smashed <BR>
|
||||||
l - Integer <BR>
|
l - Integer <BR>
|
||||||
s - Short <BR>
|
s - Short <BR>
|
||||||
S - Also string (Seemed to be mostly used for Cell Names) <BR>
|
S - String, case preserved <BR>
|
||||||
x - none?
|
x - Optional, ignored argument
|
||||||
|
\see Compiler::ExprParser::parseArguments
|
||||||
**/
|
**/
|
||||||
typedef std::string ScriptArgs;
|
typedef std::string ScriptArgs;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue