We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[Missing
Namespace: DOL.GSAssembly: GameServer (in GameServer.dll) Version: 1.9.7.18692
C#
protected readonly Dictionary<eInventorySlot, InventoryItem> m_items
VB
Protected ReadOnly m_items As Dictionary(Of eInventorySlot, InventoryItem)
C++
protected: initonly Dictionary<eInventorySlot, InventoryItem^>^ m_items
F#
val m_items: Dictionary<eInventorySlot, InventoryItem>
Type: Dictionary(eInventorySlot, InventoryItem)
GameLivingInventory ClassDOL.GS Namespace