|
Asterisk - The Open Source Telephony Project
18.5.0
|
Information about a currently running set of games. More...

Data Fields | |
| uint32_t | cheat |
| uint32_t | games_left |
| struct skel_level * | level_info |
| uint32_t | total_games |
Information about a currently running set of games.
Definition at line 193 of file app_skel.c.
| uint32_t cheat |
How many games are left to play in this set
Definition at line 196 of file app_skel.c.
| uint32_t games_left |
The total number of games for this call to the app
Definition at line 195 of file app_skel.c.
Referenced by handle_skel_show_games().
| struct skel_level* level_info |
Whether or not cheating was enabled for the game
Definition at line 197 of file app_skel.c.
Referenced by handle_skel_show_games(), skel_game_alloc(), and skel_game_destructor().
| uint32_t total_games |
Definition at line 194 of file app_skel.c.
Referenced by handle_skel_show_games().
1.8.13