Show / Hide Table of Contents

    Enum CipCreatureFlag

    Enumerates all known CIP creature flags.

    Namespace: Fibula.Parsing.CipFiles.Enumerations
    Assembly: Fibula.Parsing.CipFiles.dll
    Syntax
    public enum CipCreatureFlag : uint

    Fields

    Name Description
    DistanceFighting

    The creature figths at a distance.

    KickBoxes

    The creature can kick movable objects and destroy them.

    KickCreatures

    The creature can push or kill other cretuatures that don't have the Unpushable flag.

    NoBurning

    The creature is immune to fire.

    NoConvince

    The creature cannot be convinced.

    NoEnergy

    The creature is immune to energy.

    NoHit

    The creature cannot be targeted.

    NoIllusion

    The illusion spell cannot be used to turn into this creature.

    NoLifeDrain

    The creature is immune to life draining.

    None

    No flags.

    NoParalyze

    The creature is immune to movement impairness spells.

    NoPoison

    The creature is immune to poison.

    NoSummon

    The creature cannot be summoned.

    SeeInvisible

    The creature can see invisible players.

    Unpushable

    The creature cannot pushed or killed by other cretuatures with the KickCreatures flag.

    Extension Methods

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