Add getitemname(item_id) to Perl/Lua.

This commit is contained in:
Alex
2020-03-31 19:31:04 -04:00
parent 3a7908b1de
commit 51b31b5e53
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -220,6 +220,7 @@ public:
int collectitems(uint32 item_id, bool remove);
int collectitems_processSlot(int16 slot_id, uint32 item_id, bool remove);
int countitem(uint32 item_id);
std::string getitemname(uint32 item_id);
void enabletitle(int titleset);
bool checktitle(int titlecheck);
void removetitle(int titlecheck);