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) |
Definition at line 1457 of file lua_pseudo_code.cpp.
| 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.
1.5.6