Show / Hide Table of Contents

    Struct Outfit

    Structure for creature outfits.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Fibula.Data.Entities.Contracts.Structs
    Assembly: Fibula.Data.Entities.Contracts.dll
    Syntax
    public struct Outfit

    Properties

    | Improve this Doc View Source

    Body

    Gets or sets this outfit's body value.

    Declaration
    public byte Body { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Feet

    Gets or sets this outfit's feet value.

    Declaration
    public byte Feet { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Head

    Gets or sets this outfit's head value.

    Declaration
    public byte Head { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    Id

    Gets or sets this outfit's id.

    Declaration
    public ushort Id { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    ItemIdLookAlike

    Gets or sets the outfit's look alike id of an item.

    Declaration
    public ushort ItemIdLookAlike { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    Legs

    Gets or sets this outfit's legs value.

    Declaration
    public byte Legs { get; set; }
    Property Value
    Type Description
    System.Byte

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.