static String rogue.system.CharacterCreation.getCharacterName |
( |
TiledTermPanel |
term, |
|
|
World |
world |
|
) |
| |
|
static |
Asks user for a Name for his or her character. Name be is limited to 8 Characters.
- Parameters
-
term | Terminal used to print Messages |
world | World used |
- Returns
- Chosen Name of Character
static boolean rogue.system.CharacterCreation.valueIsInIntervall |
( |
int |
lowestValue, |
|
|
int |
highestValue, |
|
|
int |
value |
|
) |
| |
|
static |
Checks if a Value is between two other Values
- Parameters
-
lowestValue | lowest value which is allowed |
highestValue | highest allowed value |
value | checked value |
- Returns
- Boolean which tells if value is between highest and lowest Value
The documentation for this class was generated from the following file:
- rogue/system/CharacterCreation.java