|
VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
represents a selected enhancement tree in the enhancement UI. More...
Inherits ICloneable.
Properties | |
| string | Name [get] |
| name of the tree, as it appears in the Enhancement panel UI. this will not correspond to common wiki values. for example: "Enlightened Spirit (Wlk)" and "Arcanotechnician (Art)" More... | |
| uint | Did [get] |
| Data ID for the enhancement tree. You can load the tree's master property file through IPropertyMaster More... | |
| int | ActionPointSpend [get] |
| how many points are currently spent in this tree More... | |
| IPropertyCollection | Properties [get] |
| usually empty, but properties are allowed here so we're exposing them More... | |
| IReadOnlyCollection< uint > | SelectedEnhancements [get] |
| these are the selected enhancements in a tree, in order. Please note, enhancements with 3 levels are really 3 different enhancements, so this list should not contain duplicates. you can load the enhancement data through IPropertyMaster. More... | |
represents a selected enhancement tree in the enhancement UI.