Planeshift
psSectorInfo::weatherTypeData Struct Reference

Structure used to store informations for various weather types in this sector. More...

#include <pssectorinfo.h>

Public Attributes

bool enabled
 Will run automatic weather when true. More...
 
unsigned int max_density
 The maximum density of the weather event. (drops, flakes...). More...
 
unsigned int max_duration
 The maximum duration of the weather events. More...
 
unsigned int max_fade_in
 The maximum time to fade in. More...
 
unsigned int max_fade_out
 The maximum time to fade out. More...
 
unsigned int max_gap
 The maximum gap between two of these weather events. More...
 
unsigned int min_density
 The minimum density of the weather event. (drops, flakes...). More...
 
unsigned int min_duration
 The minimum duration of the weather events. More...
 
unsigned int min_fade_in
 The minimum time to fade in. More...
 
unsigned int min_fade_out
 The minimum time to fade out. More...
 
unsigned int min_gap
 The minimum gap between two of these weather events. More...
 

Detailed Description

Structure used to store informations for various weather types in this sector.

Definition at line 155 of file pssectorinfo.h.

Member Data Documentation

bool psSectorInfo::weatherTypeData::enabled

Will run automatic weather when true.

Definition at line 157 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::max_density

The maximum density of the weather event. (drops, flakes...).

Definition at line 163 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::max_duration

The maximum duration of the weather events.

Definition at line 161 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::max_fade_in

The maximum time to fade in.

Definition at line 165 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::max_fade_out

The maximum time to fade out.

Definition at line 167 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::max_gap

The maximum gap between two of these weather events.

Definition at line 159 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::min_density

The minimum density of the weather event. (drops, flakes...).

Definition at line 162 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::min_duration

The minimum duration of the weather events.

Definition at line 160 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::min_fade_in

The minimum time to fade in.

Definition at line 164 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::min_fade_out

The minimum time to fade out.

Definition at line 166 of file pssectorinfo.h.

unsigned int psSectorInfo::weatherTypeData::min_gap

The minimum gap between two of these weather events.

Definition at line 158 of file pssectorinfo.h.


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