gb.getDefaultName

From Gamebuino Wiki
Revision as of 2014-05-20T20:04:18 by Rodot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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