22 #include <scenes/scene.h>
static void resetEverything()
Sets all cheat flags to "false".
Definition: debugger.cpp:115
static bool cheat_allowed
Allows cheating features such a god mode, chuck-norris, superman, etc.
Definition: debugger.h:37
The PGE_Debugger class contains flags to enable/disable special debug features of engine...
Definition: debugger.h:27
static bool cheat_worldfreedom
Allows playable character walk everywhere on world map with no limits.
Definition: debugger.h:46
static void setRestriction(bool denyed)
Toggles restriction to execution of cheating commands.
Definition: debugger.cpp:122
static bool cheat_pagangod
All Playable characters are will take no damage from enemies/bullets and there are will not burn in l...
Definition: debugger.h:40
static void executeCommand(Scene *parent)
Spawn text input box where user can type a special command which will be executed.
Definition: debugger.cpp:36
static bool cheat_superman
Allows playable characterls unlimitely fly up via Alt-Jump key.
Definition: debugger.h:44
static bool cheat_chucknorris
Allows to playable character destroy any nearest objects at front, at top or at bottom via Alt-Run ke...
Definition: debugger.h:42