[Quest API] Add GetKeyRing() to Perl/Lua (#4980)

This commit is contained in:
Alex King
2025-08-16 21:34:28 -04:00
committed by GitHub
parent 00b66ce432
commit d475428157
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -525,6 +525,7 @@ public:
bool KeyRingRemove(uint32 item_id);
bool CompleteTask(int task_id);
bool UncompleteTask(int task_id);
luabind::object GetKeyRing(lua_State* L);
// account data buckets
void SetAccountBucket(std::string bucket_name, std::string bucket_value);