mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 00:18:18 +00:00
Basic lua packet api, and it works too. Exciting I must say.
This commit is contained in:
@@ -8,6 +8,7 @@ class Client;
|
||||
class Lua_Group;
|
||||
class Lua_Raid;
|
||||
class Lua_Inventory;
|
||||
class Lua_Packet;
|
||||
|
||||
namespace luabind {
|
||||
struct scope;
|
||||
@@ -263,6 +264,10 @@ public:
|
||||
bool PushItemOnCursor(Lua_ItemInst inst);
|
||||
Lua_Inventory GetInventory();
|
||||
void SendItemScale(Lua_ItemInst inst);
|
||||
void QueuePacket(Lua_Packet app);
|
||||
void QueuePacket(Lua_Packet app, bool ack_req);
|
||||
void QueuePacket(Lua_Packet app, bool ack_req, int client_connection_status);
|
||||
void QueuePacket(Lua_Packet app, bool ack_req, int client_connection_status, int filter);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user