![]() |
Adventure at Umalu
22nd March, 2013
Rogue-like Dungeon Crawler, written in Java
|
Static Public Member Functions | |
static void | debugMessage (String message) |
static void | errorMessage (String message) |
static void | getArgs (String[] args) |
Static Public Attributes | |
static boolean | debug = false |
static boolean | speedrun = false |
static boolean | isApplet = false |
static boolean | isJar = false |
Contains and sets global Options and Variables.
|
static |
Prints a message to Console, prefixed with '> Debug', when debug option has been set
message | Message to be printed |
|
static |
Prints a message to Console, prefixed with '(!) Error:'
message | Message to be printed |
|
static |
Reads a list of strings and sets Options in SystemHelper accordingly
args | List of Arguments |
|
static |
Set to true if debug parameter has been set on startup
|
static |
Set to true, if Application has been started as an Applet
|
static |
Set to true, if application is run frum a Jar-File.
|
static |
Set to true, if speedrun parameter has been set on startup