Show / Hide Table of Contents

    Class CreatureSpeedChangePacket

    Class that represents a creature speed change packet.

    Inheritance
    System.Object
    CreatureSpeedChangePacket
    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 CreatureSpeedChangePacket : IOutboundPacket

    Constructors

    | Improve this Doc View Source

    CreatureSpeedChangePacket(ICreature)

    Initializes a new instance of the CreatureSpeedChangePacket class.

    Declaration
    public CreatureSpeedChangePacket(ICreature creature)
    Parameters
    Type Name Description
    ICreature creature

    The creature reference.

    Properties

    | Improve this Doc View Source

    Creature

    Gets the creature reference.

    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

    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.