Show / Hide Table of Contents

    Class CreatureTurnedPacket

    Class that represents a packet for when a creature has turned.

    Inheritance
    System.Object
    CreatureTurnedPacket
    Implements
    IOutboundPacket
    Inherited Members
    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.Communications.Packets.Outgoing
    Assembly: Fibula.Communications.Packets.dll
    Syntax
    public class CreatureTurnedPacket : IOutboundPacket

    Constructors

    | Improve this Doc View Source

    CreatureTurnedPacket(ICreature, Byte)

    Initializes a new instance of the CreatureTurnedPacket class.

    Declaration
    public CreatureTurnedPacket(ICreature creature, byte creatureStackPosition)
    Parameters
    Type Name Description
    ICreature creature

    The creature that turned.

    System.Byte creatureStackPosition

    The position in the stack of the creature that turned.

    Properties

    | Improve this Doc View Source

    Creature

    Gets the creature that turned.

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

    PacketType

    Gets the type of this packet.

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

    StackPosition

    Gets the position in the stack of the creatue.

    Declaration
    public byte StackPosition { get; }
    Property Value
    Type Description
    System.Byte

    Implements

    IOutboundPacket

    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.