Class CreatureSpeedChangePacket
Class that represents a creature speed change packet.
Inheritance
System.Object
CreatureSpeedChangePacket
Implements
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 SourceCreatureSpeedChangePacket(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 SourceCreature
Gets the creature reference.
Declaration
public ICreature Creature { get; }
Property Value
Type | Description |
---|---|
ICreature |
PacketType
Gets the type of this packet.
Declaration
public OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |