diff --git a/Lua-Client.md b/Lua-Client.md index c287a1a..780eb05 100644 --- a/Lua-Client.md +++ b/Lua-Client.md @@ -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); ``` \ No newline at end of file