Difference between revisions of "Gb.getDefaultName"

From Gamebuino Wiki
Jump to: navigation, search
(Example: source from github)
m
 
Line 1: Line 1:
{{DISPLAYTITLE:gb.getDefaultName}}
+
{{lowercase}}
 
__NOTOC__
 
__NOTOC__
 
== Description ==
 
== Description ==

Latest revision as of 2014-05-20T21:04:18

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