From a6502625e399afea6ae617a9679b531b3532c524 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 23 Dec 2013 17:04:45 -0800 Subject: [PATCH] Updated Lua Client (markdown) --- Lua-Client.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lua-Client.md b/Lua-Client.md index 780eb05..64bea36 100644 --- a/Lua-Client.md +++ b/Lua-Client.md @@ -248,4 +248,10 @@ 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); +Integer GetHunger(); +Integer GetThirst(); +Void SetHunger(Integer in_hunger); +Void SetThirst(Integer in_thirst); +Void SetConsumption(Integer in_hunger, Integer in_thirst); +Void SendMarqueeMessage(Integer type, Integer priority, Integer fade_in, Integer fade_out, Integer duration, String msg); ``` \ No newline at end of file