Show / Hide Table of Contents

    Interface IInventoryComponent

    This component allows an entity to carry inventory.

    Inherited Members
    IComponent.Name
    IComponent.Entity
    IComponent.RegistrationType
    IComponent.Init(IEntity, Type)
    IComponent.AfterInit()
    System.IDisposable.Dispose()
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IInventoryComponent : IComponent, IDisposable, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    Inventory

    Gets or sets the inventory which is held by the entity.

    Declaration
    IInventory Inventory { get; set; }
    Property Value
    Type Description
    IInventory

    The inventory.

    See Also

    IComponent
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX