src/scripting/wrapper.cpp File Reference

#include <sstream>
#include "scripting/squirrel_error.hpp"
#include "scripting/wrapper.interface.hpp"

Go to the source code of this file.

Namespaces

namespace  scripting
namespace  scripting::wrapper

Functions

static SQInteger scripting::wrapper::AmbientSound_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::AmbientSound_set_pos_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::AmbientSound_get_pos_x_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::AmbientSound_get_pos_y_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Camera_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::Camera_reload_config_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Camera_shake_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Camera_set_pos_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Camera_set_mode_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Camera_scroll_to_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Candle_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::Candle_get_burning_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Candle_set_burning_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::DisplayEffect_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::DisplayEffect_fade_out_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::DisplayEffect_fade_in_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::DisplayEffect_set_black_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::DisplayEffect_is_black_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::DisplayEffect_sixteen_to_nine_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::DisplayEffect_four_to_three_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::FloatingImage_constructor_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_set_layer_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_get_layer_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_set_pos_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_get_pos_x_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_get_pos_y_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_set_anchor_point_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_get_anchor_point_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_set_visible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_get_visible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_set_action_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_get_action_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_fade_in_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::FloatingImage_fade_out_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::LevelTime_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::LevelTime_start_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::LevelTime_stop_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::LevelTime_get_time_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::LevelTime_set_time_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Platform_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::Platform_goto_node_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Platform_start_moving_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Platform_stop_moving_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::Player_add_bonus_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_add_coins_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_make_invincible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_deactivate_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_activate_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_walk_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_set_visible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_get_visible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_kill_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_set_ghost_mode_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_get_ghost_mode_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_do_cheer_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_do_duck_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_do_standup_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_do_backflip_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_do_jump_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_trigger_sequence_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_use_scripting_controller_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Player_do_scripting_controller_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::ScriptedObject_set_action_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_get_action_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_move_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_set_pos_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_get_pos_x_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_get_pos_y_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_set_velocity_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_get_velocity_x_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_get_velocity_y_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_set_visible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_is_visible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_set_solid_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_is_solid_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ScriptedObject_get_name_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::SSector_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::SSector_set_ambient_light_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::SSector_get_ambient_red_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::SSector_get_ambient_green_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::SSector_get_ambient_blue_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::SSector_set_gravity_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::Text_set_text_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_set_font_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_fade_in_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_fade_out_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_set_visible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_set_centered_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_set_pos_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_get_pos_x_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_get_pos_y_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_set_anchor_point_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Text_get_anchor_point_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Thunderstorm_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::Thunderstorm_start_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Thunderstorm_stop_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Thunderstorm_thunder_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Thunderstorm_lightning_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Thunderstorm_flash_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Thunderstorm_electrify_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::TileMap_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::TileMap_goto_node_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::TileMap_start_moving_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::TileMap_stop_moving_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::TileMap_fade_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::TileMap_set_alpha_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::TileMap_get_alpha_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::WillOWisp_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::WillOWisp_goto_node_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::WillOWisp_set_state_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::WillOWisp_start_moving_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::WillOWisp_stop_moving_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Wind_release_hook (SQUserPointer ptr, SQInteger)
static SQInteger scripting::wrapper::Wind_start_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Wind_stop_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::display_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::print_stacktrace_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::get_current_thread_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::display_text_file_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::load_worldmap_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::load_level_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::wait_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::wait_for_screenswitch_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::exit_screen_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::fadeout_screen_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::shrink_screen_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::abort_screenfade_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::translate_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::import_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::save_state_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::update_worldmap_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::debug_collrects_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::debug_show_fps_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::debug_draw_solids_only_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::debug_draw_editor_images_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::debug_worldmap_ghost_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::play_music_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::play_sound_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::set_game_speed_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::grease_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::invincible_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::ghost_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::mortal_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::restart_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::whereami_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::gotoend_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::camera_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::set_gamma_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::quit_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::rand_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::record_demo_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::play_demo_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Level_finish_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Level_spawn_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Level_flip_vertically_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Level_toggle_pause_wrapper (HSQUIRRELVM vm)
static SQInteger scripting::wrapper::Level_edit_wrapper (HSQUIRRELVM vm)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::AmbientSound *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::Camera *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::Candle *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::DisplayEffect *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::FloatingImage *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::LevelTime *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::Platform *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::Player *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::ScriptedObject *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::SSector *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::Text *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::Thunderstorm *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::TileMap *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::WillOWisp *object, bool setup_releasehook)
void scripting::create_squirrel_instance (HSQUIRRELVM v, scripting::Wind *object, bool setup_releasehook)
void scripting::register_supertux_wrapper (HSQUIRRELVM v)


Generated on Mon Jun 9 03:38:26 2014 for SuperTux by  doxygen 1.5.1