C# Class SagaMap.Packets.Client.MoveItem

Inheritance: SagaLib.Packet
Mostrar archivo Open project: Willyham/SagaRO2

Public Methods

Method Description
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

Method Details

GetAmount() public method

public GetAmount ( ) : byte
return byte

GetDestIndex() public method

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

GetMoveType() public method

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

GetSourceIndex() public method

Source Index
public GetSourceIndex ( ) : byte
return byte

GetUnknown() public method

public GetUnknown ( ) : uint
return uint

MoveItem() public method

public MoveItem ( ) : System
return System

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void