457 bytes added
, 23:37, 10 September 2013
Resets all of the structures including the PR Quadtree, clearing them. This has the effect of removing every city. This command cannot fail, so it should unilaterally produce a <success> element in the output XML.
== Parameters ==
* (None)
== Possible <output> ==
* (None)
== Possible <error> types ==
* (None)
== <success> Example ==
<code>
<success>
<command name="clearAll"/>
<parameters/>
<output/>
</success>
</code>