|
helapordo 1.4.20
|
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| Gamestate * | G_GAMESTATE = NULL |
| Global variable used to store Gamestate address when KLS_Region is not available. | |
| int | G_PRELOAD_ANIMATIONS_ON = 0 |
| TODO Remove mentions of this. | |
| int | G_LOG_ON = 0 |
| Global variable for debug logging flag. | |
| int | G_EXPERIMENTAL_ON = 0 |
| Global variable for experimental features flag. | |
| int | G_FASTQUIT_ON = 0 |
| Global variable for fast quit flag. | |
| int | G_DOTUTORIAL_ON = 0 |
| Global variable for a tutorial launch. | |
| int | GS_AUTOSAVE_ON = 1 |
| Global variable for autosave setting. | |
| int | G_USE_DEFAULT_BACKGROUND = 0 |
| Global variable for using terminal default color. | |
| int | G_USE_VIM_DIRECTIONAL_KEYS = 0 |
| Global variable for using vim-like directional keys. | |
| int | G_USE_WASD_DIRECTIONAL_KEYS = 0 |
| Global variable for using WASD directional keys. | |
| int | G_SEEDED_RUN_ON = 0 |
| Global variable for seeded run flag. | |
| char * | G_SEEDED_RUN_ARG = NULL |
| Global variable for seeded run flag, set to the passed string argument. | |
| Koliseo * | support_kls = NULL |
| Global variable for support Koliseo. | |
| int main | ( | int | argc, |
| char ** | argv ) |
| int G_DOTUTORIAL_ON = 0 |
Global variable for a tutorial launch.
| int G_EXPERIMENTAL_ON = 0 |
Global variable for experimental features flag.
| int G_FASTQUIT_ON = 0 |
Global variable for fast quit flag.
| Gamestate* G_GAMESTATE = NULL |
Global variable used to store Gamestate address when KLS_Region is not available.
Could be used even with it. Useful to save the game in a pinch, like when receiving SIGINT.
| int G_LOG_ON = 0 |
Global variable for debug logging flag.
| int G_PRELOAD_ANIMATIONS_ON = 0 |
TODO Remove mentions of this.
Global variable for load animations flag. Legacy.
| char* G_SEEDED_RUN_ARG = NULL |
Global variable for seeded run flag, set to the passed string argument.
| int G_SEEDED_RUN_ON = 0 |
Global variable for seeded run flag.
| int G_USE_DEFAULT_BACKGROUND = 0 |
Global variable for using terminal default color.
| int G_USE_VIM_DIRECTIONAL_KEYS = 0 |
Global variable for using vim-like directional keys.
| int G_USE_WASD_DIRECTIONAL_KEYS = 0 |
Global variable for using WASD directional keys.
| int GS_AUTOSAVE_ON = 1 |
Global variable for autosave setting.
| Koliseo* support_kls = NULL |
Global variable for support Koliseo.