C# 클래스 DarkEmu_GameServer.DatabaseCore.Item_

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 프로퍼티들

프로퍼티 타입 설명
Blue Blue_[]
BlueAmount byte[]
CharacterName string[]
Durability byte[]
ItemId uint[]
NumberOfItems int
PlusValue byte[]
Quantity byte[]
Slot byte[]
Type byte[]

공개 메소드들

메소드 설명
GetIndexByName ( string Name ) : int[]
Pulse ( ) : void

메소드 상세

GetIndexByName() 공개 메소드

public GetIndexByName ( string Name ) : int[]
Name string
리턴 int[]

Pulse() 공개 메소드

public Pulse ( ) : void
리턴 void

프로퍼티 상세

Blue 공개적으로 프로퍼티

public Blue_[] Blue
리턴 Blue_[]

BlueAmount 공개적으로 프로퍼티

public byte[] BlueAmount
리턴 byte[]

CharacterName 공개적으로 프로퍼티

public string[] CharacterName
리턴 string[]

Durability 공개적으로 프로퍼티

public byte[] Durability
리턴 byte[]

ItemId 공개적으로 프로퍼티

public uint[] ItemId
리턴 uint[]

NumberOfItems 공개적으로 프로퍼티

public int NumberOfItems
리턴 int

PlusValue 공개적으로 프로퍼티

public byte[] PlusValue
리턴 byte[]

Quantity 공개적으로 프로퍼티

public byte[] Quantity
리턴 byte[]

Slot 공개적으로 프로퍼티

public byte[] Slot
리턴 byte[]

Type 공개적으로 프로퍼티

public byte[] Type
리턴 byte[]