Show / Hide Table of Contents

    Class PlaceCreatureOperation

    Class that represents an operation for placing a creature on the map.

    Inheritance
    System.Object
    Priority_Queue.FastPriorityQueueNode
    Priority_Queue.StablePriorityQueueNode
    BaseEvent
    Operation
    ElevatedOperation
    BaseEnvironmentOperation
    PlaceCreatureOperation
    Implements
    System.IEquatable<BaseEvent>
    IElevatedOperation
    IOperation
    IEvent
    Inherited Members
    BaseEnvironmentOperation.PlaceCreature(IElevatedOperationContext, ITile, ICreature)
    BaseEnvironmentOperation.RemoveCreature(IElevatedOperationContext, ICreature)
    ElevatedOperation.Execute(IOperationContext)
    Operation.CanBeCancelled
    Operation.AssociatedExhaustion
    Operation.GetRequestor(ICreatureFinder)
    Operation.Execute(IEventContext)
    Operation.AddContentToContainerOrFallback(IOperationContext, IThingContainer, IThing, Byte, Boolean, ICreature)
    Operation.DispatchTextNotification(IOperationContext, String)
    Operation.SendNotification(IOperationContext, INotification)
    BaseEvent.Cancelled
    BaseEvent.Expedited
    BaseEvent.Completed
    BaseEvent.EventId
    BaseEvent.RequestorId
    BaseEvent.RepeatAfter
    BaseEvent.HasCancellationHandler
    BaseEvent.HasExpeditionHandler
    BaseEvent.ExcludeFromTelemetry
    BaseEvent.State
    BaseEvent.Cancel()
    BaseEvent.Expedite()
    BaseEvent.Complete(Boolean)
    BaseEvent.Equals(BaseEvent)
    Priority_Queue.StablePriorityQueueNode.InsertionIndex
    Priority_Queue.FastPriorityQueueNode.Priority
    Priority_Queue.FastPriorityQueueNode.QueueIndex
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Mechanics.Operations
    Assembly: Fibula.Mechanics.dll
    Syntax
    public class PlaceCreatureOperation : BaseEnvironmentOperation, IEquatable<BaseEvent>, IElevatedOperation, IOperation, IEvent

    Constructors

    | Improve this Doc View Source

    PlaceCreatureOperation(UInt32, ITile, ICreature)

    Initializes a new instance of the PlaceCreatureOperation class.

    Declaration
    public PlaceCreatureOperation(uint requestorId, ITile atTile, ICreature creature)
    Parameters
    Type Name Description
    System.UInt32 requestorId

    The id of the creature requesting the placement.

    ITile atTile

    The tile at which to place the creature.

    ICreature creature

    The creature being placed.

    Properties

    | Improve this Doc View Source

    AtTile

    Gets the tile at which to place the creature.

    Declaration
    public ITile AtTile { get; }
    Property Value
    Type Description
    ITile
    | Improve this Doc View Source

    Creature

    Gets the creature to place.

    Declaration
    public ICreature Creature { get; }
    Property Value
    Type Description
    ICreature

    Methods

    | Improve this Doc View Source

    Execute(IElevatedOperationContext)

    Executes the operation's logic.

    Declaration
    protected override void Execute(IElevatedOperationContext context)
    Parameters
    Type Name Description
    IElevatedOperationContext context

    A reference to the operation context.

    Overrides
    ElevatedOperation.Execute(IElevatedOperationContext)

    Implements

    System.IEquatable<T>
    IElevatedOperation
    IOperation
    IEvent

    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.