Difference between revisions of "ClearAll"

From CMSC 420
(Created page with "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 ...")
 
Line 4: Line 4:
 
* (None)
 
* (None)
  
== Possible <output> ==
+
== Possible ''<output>'' ==
 
* (None)
 
* (None)
  
== Possible <error> types ==
+
== Possible ''<error>'' types ==
 
* (None)
 
* (None)
  
== <success> Example ==
+
== ''<success>'' Example ==
 
<code>
 
<code>
 
     <success>
 
     <success>

Revision as of 00:11, 11 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[edit]

  • (None)

Possible <output>[edit]

  • (None)

Possible <error> types[edit]

  • (None)

<success> Example[edit]

   <success>
       <command name="clearAll"/>
       <parameters/>
       <output/>
   </success>