mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 11:10:26 +00:00
Updated Lua Client (markdown)
@@ -244,4 +244,8 @@ Boolean PutItemInInventory(Integer slot_id, ItemInst inst);
|
|||||||
Boolean PushItemOnCursor(ItemInst inst);
|
Boolean PushItemOnCursor(ItemInst inst);
|
||||||
Inventory GetInventory();
|
Inventory GetInventory();
|
||||||
Void SendItemScale(ItemInst inst);
|
Void SendItemScale(ItemInst inst);
|
||||||
|
Void QueuePacket(Packet app);
|
||||||
|
Void QueuePacket(Packet app, Boolean ack_req);
|
||||||
|
Void QueuePacket(Packet app, Boolean ack_req, Integer client_connection_status);
|
||||||
|
Void QueuePacket(Packet app, Boolean ack_req, Integer client_connection_status, Integer filter);
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user