Modding:Io

From SkyCorp Global
Revision as of 07:28, 17 June 2025 by SkyCorp (talk | contribs) (SkyCorp moved page Io to Modding:Io)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

NOTE: This class is lowercase, ie: 'io'

Public Methods

static void write(string, ...)

Output string to screen. Does not automatically add newlines.

If passed multiple values,this function will print all their contents. Usually you just want to print one, so MainScreen.addGameText may be a better choice -- especially for evading the LUFA garbage array bug.