Show / Hide Table of Contents

    Interface ICreatureCreationMetadata

    Interface for creature creation metadata information.

    Namespace: Fibula.Creatures.Contracts.Abstractions
    Assembly: Fibula.Creatures.Contracts.dll
    Syntax
    public interface ICreatureCreationMetadata

    Properties

    | Improve this Doc View Source

    Corpse

    Gets the corpse id to give to the creature.

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

    Id

    Gets the identifier to use when creating the creature.

    Declaration
    string Id { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MaxHitpoints

    Gets the max hitpoints to create the creature with.

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

    MaxManapoints

    Gets the max manapoints to create the creature with.

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

    Name

    Gets the name to use for the creature.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    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.