Show / Hide Table of Contents

    Enum CreatureFlag

    Enumerates all the different creature flags.

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

    Fields

    Name Description
    CannotBePushed

    The creature cannot be pushed by others.

    CannotBeTargetted

    The creature cannot be targetted for attack.

    CanPushCreatures

    The creature attempts to clear it's path by pushing other creatures.

    CanPushItems

    The creature attempts to clear it's path by pushing movable items or destroying them.

    KeepsDistance

    The creature keeps their distance when fighting.

    Extension Methods

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