RegionGraphNode

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

Parameters

id

The unique node identifier.

name

A localized name of the region this node represents.

children

A list of the child RegionGraphNodes. Empty if the node represents an updatable region.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard