ZoneEditable

interface ZoneEditable

Local interface replacing SWIG IZoneEditable. Provides mutable zone tracking (property, building, floor) for map elements.

Inheritors

Functions

Link copied to clipboard
abstract fun getBuildingId(): Int
Link copied to clipboard
abstract fun getFloorId(): Int
Link copied to clipboard
abstract fun getPropertyId(): Int
Link copied to clipboard
abstract fun setBuildingId(buildingId: Int)
Link copied to clipboard
abstract fun setFloorId(floorId: Int)
Link copied to clipboard
abstract fun setPropertyId(propertyId: Int)