Show / Hide Table of Contents

    Interface IOperationContext

    Interface for an operation context.

    Inherited Members
    IEventContext.Logger
    IEventContext.CurrentTime
    Namespace: Fibula.Mechanics.Contracts.Abstractions
    Assembly: Fibula.Mechanics.Contracts.dll
    Syntax
    public interface IOperationContext : IEventContext

    Properties

    | Improve this Doc View Source

    CombatApi

    Gets a reference to the combat api.

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

    ContainerManager

    Gets a reference to the container manager in use.

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

    CreatureFactory

    Gets a reference to the creature factory in use.

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

    CreatureFinder

    Gets the reference to the creature finder in use.

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

    GameApi

    Gets a reference to the game's api.

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

    ItemFactory

    Gets a reference to the item factory in use.

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

    Map

    Gets the reference to the map.

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

    MapDescriptor

    Gets a reference to the map descriptor in use.

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

    PathFinder

    Gets a reference to the pathfinder algorithm in use.

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

    PredefinedItemSet

    Gets the predefined item set.

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

    Scheduler

    Gets a reference to the scheduler in use.

    Declaration
    IScheduler Scheduler { get; }
    Property Value
    Type Description
    IScheduler

    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.