Show / Hide Table of Contents

    Interface IElevatedOperationContext

    Interface for an elevated operation context.

    Inherited Members
    IOperationContext.MapDescriptor
    IOperationContext.Map
    IOperationContext.CreatureFinder
    IOperationContext.ItemFactory
    IOperationContext.CreatureFactory
    IOperationContext.ContainerManager
    IOperationContext.GameApi
    IOperationContext.CombatApi
    IOperationContext.PathFinder
    IOperationContext.PredefinedItemSet
    IOperationContext.Scheduler
    IEventContext.Logger
    IEventContext.CurrentTime
    Namespace: Fibula.Mechanics.Contracts.Abstractions
    Assembly: Fibula.Mechanics.Contracts.dll
    Syntax
    public interface IElevatedOperationContext : IOperationContext, IEventContext

    Properties

    | Improve this Doc View Source

    ApplicationContext

    Gets the reference to the application context.

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

    CreatureManager

    Gets the reference to the creature manager in use.

    Declaration
    ICreatureManager CreatureManager { get; }
    Property Value
    Type Description
    ICreatureManager

    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.