#include <Structs.h>
Public Member Functions | |
| stat_t (int s, int g, int pos, double p, double t, double tp) | |
Data Fields | |
| int | sequence_nr |
| int | game_nr |
| int | position |
| double | points |
| double | time_survived |
| double | total_points |
|
||||||||||||||||||||||||||||
|
Definition at line 33 of file Structs.h. 00033 : 00034 sequence_nr(s), game_nr(g), position(pos), points(p), time_survived(t), total_points(tp) {} int sequence_nr;
|
|
|
Definition at line 36 of file Structs.h. Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file(). |
|
|
Definition at line 38 of file Structs.h. Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file(). |
|
|
Definition at line 37 of file Structs.h. Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file(). |
|
|
Definition at line 35 of file Structs.h. Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file(). |
|
|
Definition at line 39 of file Structs.h. Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file(). |
|
|
Definition at line 40 of file Structs.h. Referenced by StatisticsWindow::add_new_row(), StatisticsWindow::add_the_statistics_to_clist(), and ArenaBase::save_statistics_to_file(). |
1.3.9.1