Thread Tools Display Modes
Prev Previous Post   Next Post Next
01/07/17, 04:31 AM   #11
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
 

ESOUI » Developer Discussions » Tutorials & Other Helpful Info » 2.7 Update


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off