delete_zone()
  • 1 Minute to read

delete_zone()


Article summary

delete_zone()

Permanently deletes a saved zone area.

Reference

Arguments

ArgumentsTypeDefault value
map_namestrThe requested map. If map_name is empty the current map will assumed.
location_namestrThe requested location on the map.

Return

True if the whole function finished with no errors and the zone was deleted.

Exceptions

ExceptionCondition
RayaNavNotLocatedThe robot is not located on the map.
RayaNavZonesNotFoundNo locations found on the map.
RayaNavUnkownErrorAn unknown error occurs.
See the complete list of Raya Exceptions.

Was this article helpful?