Show / Hide Table of Contents

Class ItemInfo

General information about item passed to client. Also see inherited classes for additional info.

Inheritance
System.Object
ItemInfo
BlockItemInfo
InteractableItemInfo
Implements
IController
IViewController
IHasUniversalID
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class ItemInfo : Object, IController, IViewController, IHasUniversalID

Constructors

ItemInfo()

Declaration
public ItemInfo()

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
Type Description
PossibleInteractions

TypeID

Declaration
public int TypeID { get; set; }
Property Value
Type Description
System.Int32

Implements

IController
IViewController
IHasUniversalID

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾