Class ItemInfoManager
Keeps item infos synced with the client.
Inheritance
System.Object
ItemInfoManager
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public sealed class ItemInfoManager : AutoSingleton<ItemInfoManager>, IController, IViewController, IHasUniversalID
Constructors
ItemInfoManager()
Declaration
public ItemInfoManager()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ItemInfos
Declaration
public Dictionary<int, ItemInfo> ItemInfos { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, ItemInfo> |
Methods
Initialize()
Generate item infos
Declaration
public void Initialize()