C# 클래스 Aura.Mabi.Structs.ItemInfo

파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

Amount 공개적으로 프로퍼티

public ushort Amount
리턴 ushort

Color1 공개적으로 프로퍼티

public uint Color1
리턴 uint

Color2 공개적으로 프로퍼티

public uint Color2
리턴 uint

Color3 공개적으로 프로퍼티

public uint Color3
리턴 uint

FigureB 공개적으로 프로퍼티

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

FigureC 공개적으로 프로퍼티

Direction? (in region)
public byte FigureC
리턴 byte

FigureD 공개적으로 프로퍼티

public byte FigureD
리턴 byte

Id 공개적으로 프로퍼티

public int Id
리턴 int

KnockCount 공개적으로 프로퍼티

public byte KnockCount
리턴 byte

Pocket 공개적으로 프로퍼티

public Pocket Pocket
리턴 Pocket

Region 공개적으로 프로퍼티

public int Region
리턴 int

State 공개적으로 프로퍼티

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

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int