C_Soulbinds.GetTree

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

tree = C_Soulbinds.GetTree(treeID)

Arguments

treeID
number

Returns

tree
SoulbindTree
Field Type Description
editable boolean
nodes SoulbindNode[]
SoulbindNode
Field Type Description
ID number
row number
column number
icon number
spellID number
playerConditionReason string?
conduitID number
conduitRank number
state Enum.SoulbindNodeState
conduitType Enum.SoulbindConduitType?
parentNodeIDs number[]
failureRenownRequirement number? Added in 9.0.2
socketEnhanced boolean? Added in 9.1.0
Enum.SoulbindNodeState
Value Field Description
0 Unavailable
1 Unselected
2 Selectable
3 Selected
Enum.SoulbindConduitType
Value Field Description
0 Finesse
1 Potency
2 Endurance
3 Flex

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Added.