NWC24

WiiConnect24 functionality, directly within JS

To send mail via WiiConnect24 and query error code strings, you utilize wiiNwc24. With mail, you can send normal messages, or gift titles. And via error codes, you can provide a better user experience.

var nwc24 = new wiiNwc24();

Methods

Friends List

You query information about entries within the user's friends list via nwc24.getFriendInfo(num, type). There are three available query types:

Async Handling

Unlike ECProgress as utilized within EC, Nintendo chose yet another design. Users are expected to repeatedly query nwc24.isBusy() for

Properties (Get)

Last updated