Struct MultiTileEntry
Represents MultiTileEntry.
public struct MultiTileEntry
- Inherited Members
Constructors
MultiTileEntry(ushort, short, short, short, UOTileFlag)
public MultiTileEntry(ushort itemID, short xOffset, short yOffset, short zOffset, UOTileFlag flags)
Parameters
itemIDushortxOffsetshortyOffsetshortzOffsetshortflagsUOTileFlag
Properties
Flags
public UOTileFlag Flags { readonly get; set; }
Property Value
ItemId
public ushort ItemId { readonly get; set; }
Property Value
OffsetX
public short OffsetX { readonly get; set; }
Property Value
OffsetY
public short OffsetY { readonly get; set; }
Property Value
OffsetZ
public short OffsetZ { readonly get; set; }