VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK

◆ GetHotbarMap()

IHotbarSlot[] VoK.Sdk.Ddo.IDdoGameDataProvider.GetHotbarMap ( )

gets the hotbar map for the current character. the returned array is indexed by (slot-1) + (bar-1) * 10. For example, bar 4 slot 8 will be index 37, as hotbars and arrays are both 0-indexed. bar 1 slot 1 is index 0. Typically, this array will have 200 items in it unless fetched too soon after login, in which case it could have fewer. If Dungeon Helper is restarted after login, it will usually be empty.