Search Results for

    Show / Hide Table of Contents

    Interface IItem

    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public interface IItem

    Properties

    handOwner

    Declaration
    Hero handOwner { get; set; }
    Property Value
    Type Description
    Hero

    isLocked

    Declaration
    bool isLocked { get; }
    Property Value
    Type Description
    bool

    owner

    Declaration
    Entity owner { get; set; }
    Property Value
    Type Description
    Entity

    rarity

    Declaration
    Rarity rarity { get; }
    Property Value
    Type Description
    Rarity

    skipStartAnimation

    Declaration
    bool skipStartAnimation { get; }
    Property Value
    Type Description
    bool

    tempOwner

    Declaration
    DewPlayer tempOwner { get; set; }
    Property Value
    Type Description
    DewPlayer

    worldModel

    Declaration
    ItemWorldModel worldModel { get; }
    Property Value
    Type Description
    ItemWorldModel

    Methods

    IsLockedFor(DewPlayer)

    Declaration
    bool IsLockedFor(DewPlayer player)
    Parameters
    Type Name Description
    DewPlayer player
    Returns
    Type Description
    bool
    In This Article
    Back to top Shape of Dreams API Documentation