Interface AbilityNodeLocation

The location of an ability tree node on the tree

interface AbilityNodeLocation {
    page: number;
    x: number;
    y: number;
}

Properties

Properties

page: number

The page on which this node appears

x: number

The X coordinate of the node, starts counting from 1

y: number

The Y coordinate of the node, starts counting from 1

Generated using TypeDoc