ClearAll

From CMSC 420
Revision as of 23:37, 10 September 2013 by Rforsythe (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>