MainScreen

From SkyCorp Global
Revision as of 05:45, 30 December 2017 by SkyCorp (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.