Updated Lua Client (markdown)

Alex 2013-06-20 10:37:54 -07:00
parent a2a10c8189
commit 178b1515f0

@ -182,7 +182,6 @@ int GetLDoNWins();
int GetLDoNLosses(); int GetLDoNLosses();
int GetLDoNWinsTheme(int theme); int GetLDoNWinsTheme(int theme);
int GetLDoNLossesTheme(int theme); int GetLDoNLossesTheme(int theme);
Lua_ItemInst GetItemAt(int slot);
int GetStartZone(); int GetStartZone();
void SetStartZone(int zone_id); void SetStartZone(int zone_id);
void SetStartZone(int zone_id, float x); void SetStartZone(int zone_id, float x);
@ -240,4 +239,5 @@ Lua_Group GetGroup();
Lua_Raid GetRaid(); Lua_Raid GetRaid();
bool PutItemInInventory(int slot_id, Lua_ItemInst inst); bool PutItemInInventory(int slot_id, Lua_ItemInst inst);
bool PushItemOnCursor(Lua_ItemInst inst); bool PushItemOnCursor(Lua_ItemInst inst);
Lua_Inventory GetInventory();
``` ```