Show / Hide Table of Contents

    Interface IConditionContext

    Interface for a condition context.

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

    Properties

    | 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

    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

    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.