Thread: 2.7 Update
View Single Post
01/07/17, 04:31 AM   #21
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by Baertram View Post
IsSecureRenderModeEnabled() is a function of the WINDOW_MANAGER. Someone just pointed my nose on it
Ahjo, was late

@Chip: Ah, ok. Thanks.

BTW: Your addon compatibility aliases have a typo.
Code:
IsPOIWayshrine = function(zoneIndex, poiIndex)
    return GetPoiType(zoneIndex, poiIndex) == POI_TYPE_WAYSHRINE
end
The others, too. It is GetPOIType. But on the other side, that way one realizes that a function is obsolete. It may a good idea to wait with releasing aliases and/or posting an obsolete warning at PTS.
  Reply With Quote