 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
node = C_Soulbinds.GetNode(nodeID)
Arguments
- nodeID
- number
Returns
- node
- 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
Patch 9.0.1 (2020-10-13): Added.