Show / Hide Table of Contents

    Class CreatureCreationArguments

    Class that represents creation arguments for creatures.

    Inheritance
    System.Object
    CreatureCreationArguments
    PlayerCreationArguments
    Implements
    IThingCreationArguments
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Creatures
    Assembly: Fibula.Creatures.dll
    Syntax
    public class CreatureCreationArguments : IThingCreationArguments

    Properties

    | Improve this Doc View Source

    Metadata

    Gets or sets the metadata for the creature being created.

    Declaration
    public ICreatureCreationMetadata Metadata { get; set; }
    Property Value
    Type Description
    ICreatureCreationMetadata
    | Improve this Doc View Source

    Type

    Gets or sets the type of creature being created.

    Declaration
    public CreatureType Type { get; set; }
    Property Value
    Type Description
    CreatureType

    Implements

    IThingCreationArguments

    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.