public class Mode
extends Object
Console.editMode(string)
Modifier and Type | Method and Description |
---|---|
void |
enterRecordGameMode(string name)
Enter the mode used to play recorded games.
|
void |
modeEnter(string mode)
Enters the named mode.
|
void |
subModeClear(string mode)
Leaves all active submodes of the named mode.
|
void |
subModeEnter(string mode,
string subMode)
Enters the named submode (of the main mode).
|
void |
subModeLeave(string mode,
string subMode)
Leaves the named submode (of the main mode).
|
void |
subModeToggle(string mode,
string subMode)
Changes the state of the named submode (of the main mode).
|
void |
subModeToggleBetween(string mode,
string subMode1,
string subMode2)
Toggles between the two submodes (of the main mode).
|
void |
subModeToggleBetweenIfNotMP(string mode,
string subMode1,
string subMode2)
Toggles between the two submodes (of the main mode), but only if we're not in a multiplayer game.
|
void |
subModeToggleIfNotMP(string mode,
string subMode)
Changes the state of the named submode (of the main mode), but only if we're not in a multiplayer game.
|
public void enterRecordGameMode(string name)
public void modeEnter(string mode)
public void subModeEnter(string mode, string subMode)
public void subModeLeave(string mode, string subMode)
public void subModeClear(string mode)
public void subModeToggle(string mode, string subMode)
public void subModeToggleIfNotMP(string mode, string subMode)
public void subModeToggleBetween(string mode, string subMode1, string subMode2)