[Expeditions] [Quest API] Add expedition IsLocked to Quest API (#1292)

This commit is contained in:
hg
2021-03-16 01:04:08 -04:00
committed by GitHub
parent 5035451af7
commit 739b975cad
4 changed files with 24 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@ public:
int GetZoneVersion();
bool HasLockout(std::string event_name);
bool HasReplayLockout();
bool IsLocked();
void RemoveCompass();
void RemoveLockout(std::string event_name);
void SetCompass(uint32_t zone_id, float x, float y, float z);