cleoni.adv
Class Const

java.lang.Object
  extended by cleoni.adv.Const

public class Const
extends java.lang.Object

Constants for the whole game engine


Field Summary
static java.lang.String ACCEPT_ALL
           
static java.lang.String ACCEPT_NOTHING
           
static boolean ALLOW_SHOWAREA
           
static int ARRAYMAX
           
static boolean CHECK_EVENTS
           
static boolean CHECK_OPEN
           
static int CMD_FOCUSMSG
           
static int CMD_NEWMSG
           
static int CMD_REFRCTRLS
           
static int CMD_REFRSCENE
           
static int CMD_SILENCE
           
static java.lang.String CMDE_REFRCTRLS
           
static java.lang.String CMDE_REFRSCENE
           
static java.lang.String[] compassDirections
           
static int CTRL_BUTTON
           
static int CTRL_CHECKBOX
           
static int CTRL_CR
           
static int CTRL_DROPDOWN
           
static int CTRL_GHOST
           
static int CTRL_HIDDEN
           
static int CTRL_IMAGEBUTTON
           
static int CTRL_LABEL
           
static int CTRL_MAP
           
static int CTRL_PASSWORD
           
static int CTRL_SUBMIT
           
static int CTRL_TEXTBOX
           
static boolean DETECT_CLASH
           
static boolean DONT_CHECK_EVENTS
           
static boolean DONT_CHECK_OPEN
           
static boolean DROP_ITEMS
           
static java.lang.String[] emptySet
           
static boolean FORCE_REMOVE
           
static boolean GETREF
           
static boolean IGNORE_CASE
           
static boolean KEEP_ID
           
static boolean KEEP_ITEMS
           
static boolean KICKOUT
           
static int LOOK_1STPERSON
           
static int LOOK_3RDPERSON
           
static boolean MUST_BE_DEFINED
           
static boolean NO_SHOWAREA
           
static int NOTFOUND
           
static java.lang.String[] offlineCmds
           
static int OFFSCREEN
           
static int ONSCREEN_ICON
           
static int ONSCREEN_IMAGE
           
static boolean REDEFINE_ID
           
static java.lang.String[] screenSizes
           
static boolean STAYZOMBIE
           
static int TO_CONSOLE
           
static int TO_RIGHTCOLUMN
           
static java.lang.String TYPE_CHARACTER
           
static java.lang.String TYPE_ITEM
           
static java.lang.String TYPE_LINK
           
static java.lang.String TYPE_ROOM
           
static int VARIABLE
           
static Varspace WORLDVARS
           
 
Constructor Summary
Const()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ITEM

public static final java.lang.String TYPE_ITEM
See Also:
Constant Field Values

TYPE_ROOM

public static final java.lang.String TYPE_ROOM
See Also:
Constant Field Values

TYPE_CHARACTER

public static final java.lang.String TYPE_CHARACTER
See Also:
Constant Field Values

TYPE_LINK

public static final java.lang.String TYPE_LINK
See Also:
Constant Field Values

CMD_SILENCE

public static final int CMD_SILENCE
See Also:
Constant Field Values

CMD_FOCUSMSG

public static final int CMD_FOCUSMSG
See Also:
Constant Field Values

CMD_NEWMSG

public static final int CMD_NEWMSG
See Also:
Constant Field Values

CMD_REFRCTRLS

public static final int CMD_REFRCTRLS
See Also:
Constant Field Values

CMD_REFRSCENE

public static final int CMD_REFRSCENE
See Also:
Constant Field Values

CMDE_REFRSCENE

public static final java.lang.String CMDE_REFRSCENE
See Also:
Constant Field Values

CMDE_REFRCTRLS

public static final java.lang.String CMDE_REFRCTRLS
See Also:
Constant Field Values

CTRL_GHOST

public static final int CTRL_GHOST
See Also:
Constant Field Values

CTRL_BUTTON

public static final int CTRL_BUTTON
See Also:
Constant Field Values

CTRL_LABEL

public static final int CTRL_LABEL
See Also:
Constant Field Values

CTRL_CR

public static final int CTRL_CR
See Also:
Constant Field Values

CTRL_TEXTBOX

public static final int CTRL_TEXTBOX
See Also:
Constant Field Values

CTRL_IMAGEBUTTON

public static final int CTRL_IMAGEBUTTON
See Also:
Constant Field Values

CTRL_SUBMIT

public static final int CTRL_SUBMIT
See Also:
Constant Field Values

CTRL_DROPDOWN

public static final int CTRL_DROPDOWN
See Also:
Constant Field Values

CTRL_CHECKBOX

public static final int CTRL_CHECKBOX
See Also:
Constant Field Values

CTRL_PASSWORD

public static final int CTRL_PASSWORD
See Also:
Constant Field Values

CTRL_HIDDEN

public static final int CTRL_HIDDEN
See Also:
Constant Field Values

CTRL_MAP

public static final int CTRL_MAP
See Also:
Constant Field Values

DETECT_CLASH

public static final boolean DETECT_CLASH
See Also:
Constant Field Values

IGNORE_CASE

public static final boolean IGNORE_CASE
See Also:
Constant Field Values

CHECK_OPEN

public static final boolean CHECK_OPEN
See Also:
Constant Field Values

DONT_CHECK_OPEN

public static final boolean DONT_CHECK_OPEN
See Also:
Constant Field Values

CHECK_EVENTS

public static final boolean CHECK_EVENTS
See Also:
Constant Field Values

DONT_CHECK_EVENTS

public static final boolean DONT_CHECK_EVENTS
See Also:
Constant Field Values

MUST_BE_DEFINED

public static final boolean MUST_BE_DEFINED
See Also:
Constant Field Values

FORCE_REMOVE

public static final boolean FORCE_REMOVE
See Also:
Constant Field Values

KICKOUT

public static final boolean KICKOUT
See Also:
Constant Field Values

DROP_ITEMS

public static final boolean DROP_ITEMS
See Also:
Constant Field Values

KEEP_ITEMS

public static final boolean KEEP_ITEMS
See Also:
Constant Field Values

NO_SHOWAREA

public static final boolean NO_SHOWAREA
See Also:
Constant Field Values

GETREF

public static final boolean GETREF
See Also:
Constant Field Values

ARRAYMAX

public static final int ARRAYMAX
See Also:
Constant Field Values

REDEFINE_ID

public static final boolean REDEFINE_ID
See Also:
Constant Field Values

KEEP_ID

public static final boolean KEEP_ID
See Also:
Constant Field Values

NOTFOUND

public static final int NOTFOUND
See Also:
Constant Field Values

VARIABLE

public static final int VARIABLE
See Also:
Constant Field Values

WORLDVARS

public static final Varspace WORLDVARS

ACCEPT_ALL

public static final java.lang.String ACCEPT_ALL
See Also:
Constant Field Values

ACCEPT_NOTHING

public static final java.lang.String ACCEPT_NOTHING
See Also:
Constant Field Values

ALLOW_SHOWAREA

public static final boolean ALLOW_SHOWAREA
See Also:
Constant Field Values

offlineCmds

public static final java.lang.String[] offlineCmds

emptySet

public static final java.lang.String[] emptySet

compassDirections

public static final java.lang.String[] compassDirections

OFFSCREEN

public static final int OFFSCREEN
See Also:
Constant Field Values

ONSCREEN_ICON

public static final int ONSCREEN_ICON
See Also:
Constant Field Values

ONSCREEN_IMAGE

public static final int ONSCREEN_IMAGE
See Also:
Constant Field Values

STAYZOMBIE

public static final boolean STAYZOMBIE
See Also:
Constant Field Values

LOOK_1STPERSON

public static final int LOOK_1STPERSON
See Also:
Constant Field Values

LOOK_3RDPERSON

public static final int LOOK_3RDPERSON
See Also:
Constant Field Values

screenSizes

public static final java.lang.String[] screenSizes

TO_CONSOLE

public static final int TO_CONSOLE
See Also:
Constant Field Values

TO_RIGHTCOLUMN

public static final int TO_RIGHTCOLUMN
See Also:
Constant Field Values
Constructor Detail

Const

public Const()