Skip to content

F_DOL_GS_GameLivingInventory_m_items

Kyp Durron edited this page Aug 5, 2015 · 1 revision

GameLivingInventory.m_items Field

[Missing

documentation for "F:DOL.GS.GameLivingInventory.m_items"]

Namespace: DOL.GS
Assembly: GameServer (in GameServer.dll) Version: 1.9.7.18692

Syntax

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>

Field Value

Type: Dictionary(eInventorySlot, InventoryItem)

See Also

Reference

GameLivingInventory Class
DOL.GS Namespace

Clone this wiki locally