The PGE_Debugger class contains flags to enable/disable special debug features of engine.
More...
#include <debugger.h>
|
|
static bool | cheat_allowed =true |
| | Allows cheating features such a god mode, chuck-norris, superman, etc.
|
| |
|
static bool | cheat_pagangod =false |
| | All Playable characters are will take no damage from enemies/bullets and there are will not burn in lava.
|
| |
|
static bool | cheat_chucknorris =false |
| | Allows to playable character destroy any nearest objects at front, at top or at bottom via Alt-Run key.
|
| |
|
static bool | cheat_superman =false |
| | Allows playable characterls unlimitely fly up via Alt-Jump key.
|
| |
|
static bool | cheat_worldfreedom =false |
| | Allows playable character walk everywhere on world map with no limits.
|
| |
The PGE_Debugger class contains flags to enable/disable special debug features of engine.
| void PGE_Debugger::executeCommand |
( |
Scene * |
parent | ) |
|
|
static |
Spawn text input box where user can type a special command which will be executed.
- Parameters
-
| parent | Pointer to scene where typed command will be executed |
| void PGE_Debugger::setRestriction |
( |
bool |
denyed | ) |
|
|
static |
Toggles restriction to execution of cheating commands.
- Parameters
-
| denyed | enable restriction to execution of cheating commands |
The documentation for this class was generated from the following files: