In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Nn act.rpl"

From WiiUBrew
Jump to navigation Jump to search
(Started documenting nn_act)
(No difference)

Revision as of 14:06, 14 August 2017

This article is incomplete. Please help to improve it, or discuss the issue on the talk page.

nn_act library provides some functions to get informations about Wii U's accounts

General Functions

Name Symbol Name Prototype Description
nn::act::Initialize Initialize__Q2_2nn3actFv Result nn::act::Initialize(void) Initializes act library. Can be called multiple times, nn::act::Finalize must be called an equal number of times
nn::act::Finalize Finalize__Q2_2nn3actFv Result nn::act::Finalize(void) Finalizes act library.
nn::act::IsSlotOccupied IsSlotOccupied__Q2_2nn3actFUc bool nn::act::IsSlotOccupied(u8 slotNo) Returns true if the specified slotNumber contains an account (false for out of bounds)
nn::act::GetNumOfAccounts GetNumOfAccounts__Q2_2nn3actFv u32 GetNumOfAccounts(void) Returns the number of accounts

Current Account Functions

Name Symbol Name Prototype Description

Other Accounts Functions

Name Symbol Name Prototype Description