|
static void | init (const char *config_file) |
| Lee de config_file e inicializa las constantes utilizadas en las distintas ecuaciones del juego. Lanza MyException en caso de no existir el archivo o error. Más...
|
|
static float | get_nothing_drop_ev_prob () |
|
static float | get_gold_drop_ev_prob () |
|
static float | get_potion_drop_ev_prob () |
|
static float | get_rand_obj_drop_ev_prob () |
|
static unsigned int | get_newbie_lvl () |
|
static unsigned int | get_max_level_diff () |
|
static float | get_gold_max_sec_mult () |
|
static float | get_gold_max_sec_expo () |
|
static float | get_gold_exc_mult () |
|
static float | get_exp_limit_mult () |
|
static float | get_exp_limit_expo () |
|
static unsigned int | get_exp_reduc_percentage () |
|
static unsigned int | get_critic_prob () |
|
static float | get_critic_mult () |
|
static float | get_player_attack_speed () |
|
static double | get_dodge_thold () |
|
static unsigned int | get_spawn_interval () |
|
◆ init()
void ConfigurationManager::init |
( |
const char * |
config_file | ) |
|
|
static |
Lee de config_file e inicializa las constantes utilizadas en las distintas ecuaciones del juego. Lanza MyException en caso de no existir el archivo o error.
- Parámetros
-
La documentación para esta clase fue generada a partir de los siguientes ficheros:
- /home/nicolas/Taller/TP FINAL - ARGENTUM/repo/server/game/configuration_manager.h
- /home/nicolas/Taller/TP FINAL - ARGENTUM/repo/server/game/configuration_manager.cpp