Difference between revisions of "UnmapCity"

From CMSC 420
(Created page with "Removes the named city from the spatial map. == Parameters == * name == Possible <output> == * (None) == Possible <error> types == * nameNotInDictionary * cityNotMapped ==...")
 
 
Line 4: Line 4:
 
* name
 
* name
  
== Possible <output> ==
+
== Possible ''<output>'' ==
 
* (None)
 
* (None)
  
== Possible <error> types ==
+
== Possible ''<error>'' types ==
 
* nameNotInDictionary
 
* nameNotInDictionary
 
* cityNotMapped
 
* cityNotMapped
  
== <success> Example ==
+
== ''<success>'' Example ==
 
<code>
 
<code>
 
     <success>
 
     <success>

Latest revision as of 00:12, 11 September 2013

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>