MainScreen: Difference between revisions

From SkyCorp Global
Jump to navigation Jump to search
(Created page with "== Public Methods == === static void addGameText(string gameText) === Output string to screen. Does not automatically add newlines. Unlike io.write, will only accept one st...")
 
No edit summary
Line 4: Line 4:
Output string to screen.  Does not automatically add newlines.
Output string to screen.  Does not automatically add newlines.


Unlike io.write, will only accept one string parameter, making it useful to get around the LUFA garbage array bug.
Unlike io.write, will only accept one string parameter, making it useful to get around the [[LUA Implementation Limitations & Notes|LUFA garbage array bug]].


[[Category:LUA Class Reference]]
[[Category:LUA Class Reference]]

Revision as of 05:45, 30 December 2017

Public Methods

static void addGameText(string gameText)

Output string to screen. Does not automatically add newlines.

Unlike io.write, will only accept one string parameter, making it useful to get around the LUFA garbage array bug.