Show / Hide Table of Contents

    Class CipCreatureFlagExtensions

    Helper class that contains extension methods for CipCreatureFlags.

    Inheritance
    System.Object
    CipCreatureFlagExtensions
    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.Parsing.CipFiles.Extensions
    Assembly: Fibula.Parsing.CipFiles.dll
    Syntax
    public static class CipCreatureFlagExtensions

    Methods

    | Improve this Doc View Source

    ToCreatureFlag(CipCreatureFlag)

    Converts a CipCreatureFlag to an CreatureFlag.

    Declaration
    public static CreatureFlag? ToCreatureFlag(this CipCreatureFlag cipFlag)
    Parameters
    Type Name Description
    CipCreatureFlag cipFlag

    The CIP creature flag to convert.

    Returns
    Type Description
    System.Nullable<CreatureFlag>

    The CreatureFlag picked, if any.

    • 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.