Interface ILookAtInfo
Interface for a look at information.
Namespace: Fibula.Communications.Packets.Contracts.Abstractions
Assembly: Fibula.Communications.Packets.Contracts.dll
Syntax
public interface ILookAtInfo
Properties
| Improve this Doc View SourceLocation
Gets the location we're looking at.
Declaration
Location Location { get; }
Property Value
Type | Description |
---|---|
Location |
StackPosition
Gets the stack position we're looking at.
Declaration
byte StackPosition { get; }
Property Value
Type | Description |
---|---|
System.Byte |
ThingId
Gets the id of the thing.
Declaration
ushort ThingId { get; }
Property Value
Type | Description |
---|---|
System.UInt16 |