|
1
2
3
4
5
6
7
8
|
+
+
+
+
+
+
+
+
|
(This is currently a draft and is subject to being changed.)
<h2>Switches</h2>
* <tt>-c</tt> - Only load the .class file and check for errors.
* <tt>-e</tt> - Start the level editor.
* <tt>-L</tt> - Meant for use with -c; lists all tokens it reads from the .class file (including macro expansions), rather than trying to parse it afterward.
* <tt>-T</tt> - Undocumented testing mode. This is meant for testing Free Hero Mesh itself
* <tt>-x</tt> - Execute SQL statements from stdin.
|
| | | | | | |