C# Class Aura.Mabi.Structs.ItemInfo

Exibir arquivo Open project: aura-project/aura Class Usage Examples

Public Properties

Property Type Description
Amount ushort
Color1 uint
Color2 uint
Color3 uint
FigureB byte
FigureC byte
FigureD byte
Id int
KnockCount byte
Pocket Pocket
Region int
State byte
X int
Y int

Property Details

Amount public_oe property

public ushort Amount
return ushort

Color1 public_oe property

public uint Color1
return uint

Color2 public_oe property

public uint Color2
return uint

Color3 public_oe property

public uint Color3
return uint

FigureB public_oe property

- Ego aura level (0-21) - Related to giant's beards
public byte FigureB
return byte

FigureC public_oe property

Direction? (in region)
public byte FigureC
return byte

FigureD public_oe property

public byte FigureD
return byte

Id public_oe property

public int Id
return int

KnockCount public_oe property

public byte KnockCount
return byte

Pocket public_oe property

public Pocket Pocket
return Pocket

Region public_oe property

public int Region
return int

State public_oe property

State of the item? (eg. hoods and helmets) Part of giant's beards
public byte State
return byte

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int