17 #ifndef HEADER_SUPERTUX_SCRIPTING_SECTOR_HPP 18 #define HEADER_SUPERTUX_SCRIPTING_SECTOR_HPP 42 void set_ambient_light(
float red,
float green,
float blue);
43 void fade_to_ambient_light(
float red,
float green,
float blue,
float fadetime);
44 float get_ambient_red()
const;
45 float get_ambient_green()
const;
46 float get_ambient_blue()
const;
48 void set_gravity(
float gravity);
49 void set_music(
const std::string& music);
WARNING: This file is automatically generated from: 'src/scripting/wrapper.interface.hpp' DO NOT CHANGE.
Definition: ambient_sound.cpp:21
Represents one of (potentially) multiple, separate parts of a Level.
Definition: sector.hpp:49
Definition: sector.hpp:27