mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-12 04:29:01 +00:00
[Databuckets] Add Zone Scoped Databuckets
This commit is contained in:
@@ -141,6 +141,14 @@ public:
|
||||
void SetIsHotzone(bool is_hotzone);
|
||||
void ShowZoneGlobalLoot(Lua_Client c);
|
||||
|
||||
// data buckets
|
||||
void SetBucket(const std::string& bucket_name, const std::string& bucket_value);
|
||||
void SetBucket(const std::string& bucket_name, const std::string& bucket_value, const std::string& expiration = "");
|
||||
void DeleteBucket(const std::string& bucket_name);
|
||||
std::string GetBucket(const std::string& bucket_name);
|
||||
std::string GetBucketExpires(const std::string& bucket_name);
|
||||
std::string GetBucketRemaining(const std::string& bucket_name);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user