Show / Hide Table of Contents

    Interface IModesInfo

    Interface for fight and chase modes information.

    Namespace: Fibula.Communications.Packets.Contracts.Abstractions
    Assembly: Fibula.Communications.Packets.Contracts.dll
    Syntax
    public interface IModesInfo

    Properties

    | Improve this Doc View Source

    ChaseMode

    Gets the chase mode.

    Declaration
    ChaseMode ChaseMode { get; }
    Property Value
    Type Description
    ChaseMode
    | Improve this Doc View Source

    FightMode

    Gets the fight mode.

    Declaration
    FightMode FightMode { get; }
    Property Value
    Type Description
    FightMode
    | Improve this Doc View Source

    SafeModeOn

    Gets a value indicating whether the safe mode is on.

    Declaration
    bool SafeModeOn { get; }
    Property Value
    Type Description
    System.Boolean

    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.