C_StorePublic.IsDisabledByParentalControls

From Warcraft Wiki
Jump to navigation Jump to search

Returns whether access to the in-game shop is disabled by parental controls.

isDisabled = C_StorePublic.IsDisabledByParentalControls()

Returns

isDisabled
boolean - true if the player cannot access the in-game shop due to parental controls, false otherwise.

Patch changes

Mists of Pandaria Patch 5.4.2 (2013-12-10): No longer protected.
Mists of Pandaria Patch 5.4.1 (2013-10-29): Added.