Interface IConditionContext
Interface for a condition context.
Namespace: Fibula.Mechanics.Contracts.Abstractions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public interface IConditionContext : IEventContext
Properties
| Improve this Doc View SourceCreatureFinder
Gets the reference to the creature finder in use.
Declaration
ICreatureFinder CreatureFinder { get; }
Property Value
Type | Description |
---|---|
ICreatureFinder |
ItemFactory
Gets a reference to the item factory in use.
Declaration
IItemFactory ItemFactory { get; }
Property Value
Type | Description |
---|---|
IItemFactory |
Map
Gets the reference to the map.
Declaration
IMap Map { get; }
Property Value
Type | Description |
---|---|
IMap |
MapDescriptor
Gets a reference to the map descriptor in use.
Declaration
IMapDescriptor MapDescriptor { get; }
Property Value
Type | Description |
---|---|
IMapDescriptor |
Scheduler
Gets a reference to the scheduler in use.
Declaration
IScheduler Scheduler { get; }
Property Value
Type | Description |
---|---|
IScheduler |