wiiu
Global variable exposed by the WiiU
wiiu
wiiuBOSS
Global variable exposed by the WiiU. Used to interact with BOSS
wiiuBOSS
Static Members
Unused in eShop. Unknown params
Checks if a BOSS task is registered
isRegisteredBossTask()
Unused in eShop. Unknown params
Unregister BOSS task
unregisterBossTask()
Unused in eShop. Unknown params
Register BOSS task
registerBossTask()
wiiuBrowser
Global variable exposed by the WiiU. Used to interact with generic WiiU console methods
wiiuBrowser
Static Members
Ends the startup screen and displays the eShop UI
Parameters
▸
isUserOperationLocked()
Checks if user interaction is locked
Returns
Boolean:
Locked status
▸
lockUserOperation(Lock)
Enables/disables user interaction
Parameters
Jumps to the console data managment page
jumpToDataManage()
Jumps to the console system update page
jumpToUpdate()
▸
jumpToMiiverse(TitleID)
Launch Miiverse. Requires a string argument, assume title ID
jumpToMiiverse(TitleID:
String)
Parameters
Opens WiiU browser and opens the provided URL in a new tab
Parameters
Closes eShop and returns to the title which opened it
returnToCaller()
Checks if the browser can call history.back()
Returns
Boolean:
▸
showLoadingIcon(ShowIcon)
Shows/hides loading icon
Parameters
▸
isLoadingIconProhibited()
Checks if the loading icon can be displayed
Returns
Boolean:
▸
prohibitLoadingIcon(prohibit)
Prohibit/allow the loading icon
prohibitLoadingIcon(prohibit:
Boolean)
Parameters
▸
setMessageLanguage(language)
Set message language
setMessageLanguage(language:
String)
Parameters
Closes eShop
closeApplication()
wiiuCurtain
Global variable exposed by the WiiU
wiiuCurtain
wiiuDevice
Global variable exposed by the WiiU
wiiuDevice
wiiuDialog
Global variable exposed by the WiiU
wiiuDialog
wiiuEC
Global variable exposed by the WiiU. Used to interact with ECommerce and title related methods
wiiuEC
Static Members
▸
registerTitleDownloadTask(TitleID, Version)
Starts the title download and installation task in the background
Parameters
TitleID (String)
The Title ID of the title
Version (String)
The version of the title
Example
wiiuEC.registerTitleDownloadTask('0005000010105700', '0');
▸
ticketDownloadSync(TicketID)
Requests a title ticket for the console
ticketDownloadSync(TicketID:
String)
Parameters
TicketID (String)
The ID for the ticket being requested
Example
wiiuEC.ticketDownloadSync('1599213916864029');
Checks if the system requires an update
needsSystemUpdate(): {update:
Boolean}
Returns
{update: Boolean}:
Pending update status
Example
const needsUpdate = wiiuEC.needsSystemUpdate();
alert(needsUpdate.update);
▸
needsSystemUpdateUsingCache()
Checks if the system requires an update using the cache
needsSystemUpdateUsingCache(): {update:
Boolean}
Returns
{update: Boolean}:
Pending update status
Example
const needsUpdate = wiiuEC.needsSystemUpdateUsingCache();
alert(needsUpdate.update);
Returns the devices country setting
getDeviceCountry(): {country:
String}
Returns
{country: String}:
Devices current country
Example
const deviceCountry = wiiuEC.getDeviceCountry();
alert(deviceCountry.country);
▸
getDownloadTaskState(TitleID)
Returns the download task state for a given title
Parameters
TitleID (String)
The Title ID of the title
Returns
{registered: Boolean, titleVersion: Number}:
Example
const taskState = wiiuEC.getDownloadTaskState();
const registered = taskState.registered;
const titleVersion = taskState.titleVersion;
alert(registered, titleVersion);
▸
getDownloadTaskStateForDebug()
Returns an empty object. Unknown use
getDownloadTaskStateForDebug():
Object
Returns
Object:
Empty object
▸
getECommerceInfraStatus()
wiiuErrorViewer
Global variable exposed by the WiiU
wiiuErrorViewer
wiiuKeyboard
Global variable exposed by the WiiU
wiiuKeyboard
wiiuLocalStorage
Global variable exposed by the WiiU
wiiuLocalStorage
wiiuNfc
Global variable exposed by the WiiU
wiiuNfc
wiiuNNA
Global variable exposed by the WiiU
wiiuNNA
wiiuPDM
Global variable exposed by the WiiU
wiiuPDM
wiiuSessionStorage
Global variable exposed by the WiiU
wiiuSessionStorage
wiiuSound
Global variable exposed by the WiiU
wiiuSound
wiiuSystemSetting
Global variable exposed by the WiiU
wiiuSystemSetting