forked from teamnwah/openmw-tes3coop
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>
|
||||
Eg: fff/f represents 3 required floats followed by one optional float <BR>
|
||||
f - Float <BR>
|
||||
c - String <BR>
|
||||
c - String, case smashed <BR>
|
||||
l - Integer <BR>
|
||||
s - Short <BR>
|
||||
S - Also string (Seemed to be mostly used for Cell Names) <BR>
|
||||
x - none?
|
||||
|
||||
S - String, case preserved <BR>
|
||||
x - Optional, ignored argument
|
||||
\see Compiler::ExprParser::parseArguments
|
||||
**/
|
||||
typedef std::string ScriptArgs;
|
||||
|
||||
|
|
Loading…
Reference in a new issue