View Single Post
05/03/21, 03:44 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,979
Maybe it's personal preference but you should use the Get Set functions of the ZO_WorldMap_GetPanAndZoom() object, in your case
g_mapPanAndZoom:CanZoomInFurther()
instead of directly using their attribute g_mapPanAndZoom.canZoomOutFurther
  Reply With Quote