mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 19:42:26 +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);
|
||||
Inventory GetInventory();
|
||||
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