Planeshift
Public Member Functions | Static Public Member Functions

SnowWeatherObject Class Reference

Snow. More...

#include <weather.h>

List of all members.

Public Member Functions

csBox3 CreateDefaultBBox ()
bool CreateMesh ()
void Destroy ()
 Destory this weather object and remove any required meshes.
WeatherConditions GetType ()
WeatherSound GetWeatherSound ()
WeatherSound GetWeatherSoundForced ()
void MoveTo (WeatherInfo *newParent, iSector *sector)
void SetDrops (int drops)
void SetupMesh (csBox3 bbox)
 SnowWeatherObject (WeatherInfo *parent)
virtual void Update (csTicks delta)
virtual ~SnowWeatherObject ()

Static Public Member Functions

static float GetDensity (int drops)

Detailed Description

Snow.

Definition at line 147 of file weather.h.


Constructor & Destructor Documentation

SnowWeatherObject::SnowWeatherObject ( WeatherInfo parent)
virtual SnowWeatherObject::~SnowWeatherObject ( ) [virtual]

Member Function Documentation

csBox3 SnowWeatherObject::CreateDefaultBBox ( ) [virtual]

Implements WeatherObject.

bool SnowWeatherObject::CreateMesh ( ) [virtual]

Implements WeatherObject.

void SnowWeatherObject::Destroy ( ) [virtual]

Destory this weather object and remove any required meshes.

Reimplemented from WeatherObject.

static float SnowWeatherObject::GetDensity ( int  drops) [static]
WeatherConditions SnowWeatherObject::GetType ( ) [inline, virtual]

Reimplemented from WeatherObject.

Definition at line 164 of file weather.h.

WeatherSound SnowWeatherObject::GetWeatherSound ( ) [virtual]

Reimplemented from WeatherObject.

WeatherSound SnowWeatherObject::GetWeatherSoundForced ( ) [virtual]

Reimplemented from WeatherObject.

void SnowWeatherObject::MoveTo ( WeatherInfo newParent,
iSector *  sector 
) [virtual]

Reimplemented from WeatherObject.

void SnowWeatherObject::SetDrops ( int  drops)
void SnowWeatherObject::SetupMesh ( csBox3  bbox) [virtual]

Implements WeatherObject.

virtual void SnowWeatherObject::Update ( csTicks  delta) [virtual]

Reimplemented from WeatherObject.


The documentation for this class was generated from the following file: