__NOTOC__
The Sector
class provides basic controlling functions for the current sector.
An instance under sector.settings is available from scripts and the console.
float get_ambient_light_red() |
Returns the specified channel of the ambient light color. |
---|---|
set_ambient_light(float red, float green, float blue) |
Sets the sector's ambient light to the specified color. |
set_gravity(float gravity) |
Sets the sector's gravity. |
None