RegionGraphNode

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

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

Parameters

id

The unique node identifier.

name

A localized name of the region this node represents.

children

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

Types

Link copied to clipboard
object Companion

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

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