RegionGraphNode

data class RegionGraphNode

A node in the RegionGraph. It represents a region in the NDS map. It may be updatable.

Properties

Link copied to clipboard
val children: List<RegionGraphNode>

Child nodes. Empty if the node represents an updatable region.

Link copied to clipboard
val id: RegionGraphNodeId

Unique node identifier.

Link copied to clipboard
val isUpdatableRegion: Boolean

True if the region this node represents can be acted upon.

Link copied to clipboard
val name: String

Localized name of the region this node represents.

Link copied to clipboard
val state: RegionGraphNodeState? = null

State of a RegionGraphNode for which isUpdatableRegion is true.