Interface IThingMoveInfo
Interface for a thing movement information.
Namespace: Fibula.Communications.Packets.Contracts.Abstractions
Assembly: Fibula.Communications.Packets.Contracts.dll
Syntax
public interface IThingMoveInfo
Properties
| Improve this Doc View SourceAmount
Gets the amount of the thing being moved.
Declaration
byte Amount { get; }
Property Value
Type | Description |
---|---|
System.Byte |
FromLocation
Gets the location from which the thing is being moved.
Declaration
Location FromLocation { get; }
Property Value
Type | Description |
---|---|
Location |
FromStackPos
Gets the position in the stack at the location from which the thing is being moved.
Declaration
byte FromStackPos { get; }
Property Value
Type | Description |
---|---|
System.Byte |
ThingClientId
Gets the id of the thing, as seen by the client.
Declaration
ushort ThingClientId { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |
ToLocation
Gets the location to which the thing is being moved.
Declaration
Location ToLocation { get; }
Property Value
Type | Description |
---|---|
Location |