now that I've found the documentation, fixed some stuff for extensions

This commit is contained in:
Thomas 2014-05-13 13:53:06 -04:00
parent ee36ace00b
commit a61d804de6

View file

@ -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;