Back to Home
ESO Function Data v101044
ZO_PlatformOpenApprovedURL()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/utility/zo_platformutils.lua:88
--
function ZO_PlatformOpenApprovedURL(approvedUrlType, linkText, externalApplicationText)
Local Function Definitions
No known local definitions for this function.
Function Calls
common/globals/platformstoredialogs.lua:44
--
ZO_PlatformOpenApprovedURL(APPROVED_URL_ESO_ACCOUNT_STORE, ZO_GetPlatformStoreName(), GetString(SI_URL_APPLICATION_WEB))
common/globals/platformstoredialogs.lua:92
--
ZO_PlatformOpenApprovedURL(APPROVED_URL_ESO_ACCOUNT_SUBSCRIPTION, linkText, GetString(SI_URL_APPLICATION_WEB))
ingame/globals/ingamedialogs.lua:2816
--
ZO_PlatformOpenApprovedURL(APPROVED_URL_ESO_HELP, GetString(SI_CUSTOMER_SERVICE_ESO_HELP_LINK_TEXT), GetString(SI_URL_APPLICATION_WEB))
ingame/help/keyboard/helpaskforhelp_keyboard.lua:530
--
ZO_PlatformOpenApprovedURL(APPROVED_URL_ESO_FORUMS, GetString(SI_CUSTOMER_SERVICE_ESO_FORUMS_LINK_TEXT), GetString(SI_URL_APPLICATION_WEB))