Search Results for

    Show / Hide Table of Contents

    Class Inventory

    A very simple implementation of an inventory for the example.

    Inheritance
    Object
    Inventory
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TinnyStudios.AIUtility.Impl.Examples.FarmerHero
    Assembly: UtilityAIFramework.dll
    Syntax
    [Serializable]
    public class Inventory

    Fields

    HasWeapon

    Declaration
    public bool HasWeapon
    Field Value
    Type Description
    Boolean

    Money

    Declaration
    public float Money
    Field Value
    Type Description
    Single

    Wood

    Declaration
    public int Wood
    Field Value
    Type Description
    Int32
    In This Article
    Back to top Generated by DocFX