View Single Post
09/25/18, 04:11 AM   #1
Gandalf
 
Gandalf's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2016
Posts: 28
Question GetKeepInnerWallBreached()

With Update 19 two new API calls has been introduced:
We have added new APIs that let you query if a Keep’s outer or inner walls have been breached:
- GetKeepInnerWallBreached(keepId, battlegroundContext) – innerWallBreached.
- GetKeepOuterWallBreached(keepId, battlegroundContext) – outerWallBreached.
It seams that these calls are non functional, means they always return false for me.
They are used in ZM keeptooltip.lua too. But I never saw a result for.

I briefly checked on PTS they still seam to be non-functional.

My assumption is, if this work correctly you still would get a positive result on an own keep/outpost only.

Is this a known issue? Can someone confirm?

Thanks,
Gandalf

Oops, sorry picked the wrong forum, should be moved to General Authoring questions

Last edited by Gandalf : 09/25/18 at 06:31 AM.
  Reply With Quote