C# 클래스 SagaMap.Packets.Client.MoveItem

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
GetAmount ( ) : byte
GetDestIndex ( ) : byte

Get the Destination index (255 = remove)

GetMoveType ( ) : ITEM_MOVE_TYPE

Get Type of movement. 1 = Equip Slot -> Inventory 2 = Inventory -> Equipment 3 = Storage -> Inventory

GetSourceIndex ( ) : byte

Source Index

GetUnknown ( ) : uint

MoveItem ( ) : System
New ( ) : Packet
Parse ( SagaLib client ) : void

메소드 상세

GetAmount() 공개 메소드

public GetAmount ( ) : byte
리턴 byte

GetDestIndex() 공개 메소드

Get the Destination index (255 = remove)
public GetDestIndex ( ) : byte
리턴 byte

GetMoveType() 공개 메소드

Get Type of movement. 1 = Equip Slot -> Inventory 2 = Inventory -> Equipment 3 = Storage -> Inventory
public GetMoveType ( ) : ITEM_MOVE_TYPE
리턴 ITEM_MOVE_TYPE

GetSourceIndex() 공개 메소드

Source Index
public GetSourceIndex ( ) : byte
리턴 byte

GetUnknown() 공개 메소드

public GetUnknown ( ) : uint
리턴 uint

MoveItem() 공개 메소드

public MoveItem ( ) : System
리턴 System

New() 공개 메소드

public New ( ) : Packet
리턴 SagaLib.Packet

Parse() 공개 메소드

public Parse ( SagaLib client ) : void
client SagaLib
리턴 void