Class ItemInfo
General information about item passed to client. Also see inherited classes for additional info.
Inheritance
System.Object
ItemInfo
Assembly: Eco.Gameplay.dll
Syntax
public class ItemInfo : Object, IController, IViewController, IHasUniversalID
Constructors
ItemInfo()
Declaration
Properties
BaseItemID
Declaration
public int BaseItemID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Hidden
Declaration
public bool Hidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
InteractionMask
Declaration
public PossibleInteractions InteractionMask { get; set; }
Property Value
TypeID
Declaration
public int TypeID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Extension Methods