GetGameCoinCount

nn::pl::CTR::GetGameCoinCount Function

Syntax

Result GetGameCoinCount(
     u16 * pCount
);

Parameters

Name Description
out pCount The number of Play Coins owned.

Return Values

Returns the result of the operation.

Description

Gets the current number of Play Coins owned.

This function entails a heavy processing load and also writes to NAND, so call this function only when the application starts up or recovers from Sleep Mode, when transitioning from an applet, or at similar restricted times.

Revision History

2011/08/19
Initial version.

CONFIDENTIAL