gb.getDefaultName

From Gamebuino Wiki
Revision as of 2014-05-19T09:34:40 by Rodot (talk | contribs) (Example: source from github)
Jump to: navigation, search


Description

Gets the default user name set using the program SETTINGS.HEX. The default name is set in the Gamebuino's memory so it's the same in every game.

Syntax

gb.getDefaultName(name);

Parameters

  • name (char*): a 10 char long string which will receive the default user name.

Returns

none

Example

See also