MapOperation

data class MapOperation(val operation: MapOperationType, val node: RegionGraphNodeId)

Represents an operation on the onboard map

Note: Operations can only be done on updatable regions.

Constructors

Link copied to clipboard
fun MapOperation(operation: MapOperationType, node: RegionGraphNodeId)

Properties

Link copied to clipboard
val node: RegionGraphNodeId
Link copied to clipboard
val operation: MapOperationType