mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-09 17:32:29 +00:00
Updated Lua Client (markdown)
parent
8be2e92ddc
commit
c30d286aa8
@ -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);
|
||||||
```
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user