net_uodragdrop Class Reference

file : ../lua/net/net.uodragdrop.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

Static Public Member Functions

static mixed Send_Equip_Item_Request (mixed serial, mixed layer, mixed player_serial)
 Equip Item Request (answer is 0x2E, see also 0x78). 0x13.
static mixed Send_Take_Object (mixed serial, mixed amount)
 This is sent by the client when the player picks up an item. 0x07.
static mixed Send_Drop_Object_AutoStack (mixed serial, mixed containerid)
static mixed Send_Drop_Object (mixed serial, mixed x, mixed y, mixed z, mixed containerid)


Detailed Description

file : ../lua/net/net.uodragdrop.lua (this is just a pseudo class used for grouping global functions)

Definition at line 1457 of file lua_pseudo_code.cpp.


Member Function Documentation

static mixed net_uodragdrop::Send_Equip_Item_Request ( mixed  serial,
mixed  layer,
mixed  player_serial 
) [inline, static]

Equip Item Request (answer is 0x2E, see also 0x78). 0x13.

Definition at line 1460 of file lua_pseudo_code.cpp.

static mixed net_uodragdrop::Send_Take_Object ( mixed  serial,
mixed  amount 
) [inline, static]

This is sent by the client when the player picks up an item. 0x07.

Definition at line 1463 of file lua_pseudo_code.cpp.

static mixed net_uodragdrop::Send_Drop_Object_AutoStack ( mixed  serial,
mixed  containerid 
) [inline, static]

Definition at line 1465 of file lua_pseudo_code.cpp.

static mixed net_uodragdrop::Send_Drop_Object ( mixed  serial,
mixed  x,
mixed  y,
mixed  z,
mixed  containerid 
) [inline, static]

This is sent by the client when the player drops an item. 0x08 containerid = 0xFFFFFFFF when the container is the ground

Definition at line 1469 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:10 2013 for lua by  doxygen 1.5.6