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