Show / Hide Table of Contents

    Enum WalkPlanState

    Enumeration of the possible states of a walk plan.

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

    Fields

    Name Description
    Aborted

    The plan was aborted.

    AtGoal

    The plan was successfully traversed and we're at the goal location (for now).

    NeedsToRecalculate

    The plan can continue, but the path should be recalculated.

    OnTrack

    The plan is to continue, and there is no need to recalculate the path.

    Extension Methods

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