The Sector
class provides basic controlling functions for the current sector.
An instance under sector.settings
is available from scripts and the console.
fade_to_ambient_light(float red, float green, float blue, float
fadetime) |
Fades to specified ambient light color in fadetime seconds. |
float get_ambient_red() |
Returns the specified channel of the ambient light color. |
float get_ambient_green() | |
float get_ambient_blue() |
set_ambient_light(float red, float green, float blue)
set_gravity(float gravity)
set_music(string filename)
None