#include "supertux/flip_level_transformer.hpp"
#include "supertux/game_session.hpp"
Go to the source code of this file.
Namespaces | |
namespace | scripting |
Functions | |
void | scripting::Level_finish (bool win) |
Instantly finish the currently played level. | |
void | scripting::Level_spawn (const std::string §or, const std::string &spawnpoint) |
spawn tux at specified sector and spawnpoint | |
void | scripting::Level_flip_vertically () |
Flip level vertically. | |
void | scripting::Level_toggle_pause () |
toggle pause | |
void | scripting::Level_edit (bool edit_mode) |
Switch to and from edit mode. |