UnmapCity

From CMSC 420
Revision as of 00:12, 11 September 2013 by Rforsythe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Removes the named city from the spatial map.

Parameters[edit]

  • name

Possible <output>[edit]

  • (None)

Possible <error> types[edit]

  • nameNotInDictionary
  • cityNotMapped

<success> Example[edit]

   <success>
       <command name="unmapCity"/>
       <parameters>
           <name value="Annapolis"/>
       </parameters>
       <output/>
   </success>