Show / Hide Table of Contents

    Enum CreatureType

    Enumerates the different types of creatures.

    Namespace: Fibula.Creatures.Contracts.Enumerations
    Assembly: Fibula.Creatures.Contracts.dll
    Syntax
    public enum CreatureType

    Fields

    Name Description
    Monster

    A monster.

    NonPlayerCharacter

    An NPC.

    Player

    A player.

    Extension Methods

    ObjectExtensions.YieldSingleItem<CreatureType>()
    ObjectExtensions.GetPropertyValue(String)
    Validate.ThrowIfNull(String)
    Validate.ThrowIfDefaultValue<CreatureType>(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.