scripting::SSector Class Reference

#include <ssector.hpp>

Inherited by Sector.

List of all members.

Public Member Functions

virtual ~SSector ()
virtual void set_ambient_light (float red, float green, float blue)=0
virtual float get_ambient_red ()=0
virtual float get_ambient_green ()=0
virtual float get_ambient_blue ()=0
virtual void set_gravity (float gravity)=0


Detailed Description

Definition at line 22 of file ssector.hpp.


Constructor & Destructor Documentation

virtual scripting::SSector::~SSector (  )  [inline, virtual]

Definition at line 26 of file ssector.hpp.

00027   {}


Member Function Documentation

virtual void scripting::SSector::set_ambient_light ( float  red,
float  green,
float  blue 
) [pure virtual]

Implemented in Sector.

Referenced by scripting::wrapper::SSector_set_ambient_light_wrapper().

virtual float scripting::SSector::get_ambient_red (  )  [pure virtual]

Implemented in Sector.

Referenced by scripting::wrapper::SSector_get_ambient_red_wrapper().

virtual float scripting::SSector::get_ambient_green (  )  [pure virtual]

Implemented in Sector.

Referenced by scripting::wrapper::SSector_get_ambient_green_wrapper().

virtual float scripting::SSector::get_ambient_blue (  )  [pure virtual]

Implemented in Sector.

Referenced by scripting::wrapper::SSector_get_ambient_blue_wrapper().

virtual void scripting::SSector::set_gravity ( float  gravity  )  [pure virtual]

Implemented in Sector.

Referenced by scripting::wrapper::SSector_set_gravity_wrapper().


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 03:38:40 2014 for SuperTux by  doxygen 1.5.1