#include <lev_data.h>
Info are not re-computed on load, unless the ADI script or LIF file is missing.
Definition at line 263 of file lev_data.h.
Data Fields | |
unsigned long | usr_cmds_count |
unsigned long | usr_mdswtch_count |
unsigned long | usr_slbchng_count |
unsigned long | usr_creatobj_count |
time_t | creat_date |
time_t | lastsav_date |
int | ver_major |
int | ver_minor |
int | ver_rel |
char * | name_text |
char * | desc_text |
char * | author_text |
char * | editor_text |
unsigned long LEVINFO::usr_cmds_count |
Definition at line 265 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), inc_info_usr_cmds_count(), and level_clear_info().
unsigned long LEVINFO::usr_mdswtch_count |
Definition at line 266 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), inc_info_usr_mdswtch_count(), and level_clear_info().
unsigned long LEVINFO::usr_slbchng_count |
Definition at line 267 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), inc_info_usr_slbchng_count(), and level_clear_info().
unsigned long LEVINFO::usr_creatobj_count |
Definition at line 268 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), inc_info_usr_creatobj_count(), and level_clear_info().
time_t LEVINFO::creat_date |
Definition at line 270 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), level_clear_info(), load_slb(), and write_nfo().
time_t LEVINFO::lastsav_date |
Definition at line 271 of file lev_data.h.
Referenced by execute_adikted_command(), level_clear_info(), and load_slb().
Definition at line 273 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), inc_info_ver_major(), level_clear_info(), and write_nfo().
Definition at line 274 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), inc_info_ver_major(), inc_info_ver_minor(), level_clear_info(), and write_nfo().
int LEVINFO::ver_rel |
Definition at line 275 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), inc_info_ver_major(), inc_info_ver_minor(), inc_info_ver_rel(), level_clear_info(), and write_nfo().
char* LEVINFO::name_text |
Definition at line 277 of file lev_data.h.
Referenced by get_lif_name_text(), level_clear_info(), level_deinit(), and set_lif_name_text().
char* LEVINFO::desc_text |
Definition at line 278 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), level_clear_info(), level_deinit(), and write_nfo().
char* LEVINFO::author_text |
Definition at line 279 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), level_clear_info(), level_deinit(), and write_nfo().
char* LEVINFO::editor_text |
Definition at line 280 of file lev_data.h.
Referenced by add_stats_to_script(), execute_adikted_command(), level_clear_info(), level_deinit(), and write_nfo().