Planeshift
|
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. | |
unsigned int | max_density |
The maximum density of the weather event. (drops, flakes...). | |
unsigned int | max_duration |
The maximum duration of the weather events. | |
unsigned int | max_fade_in |
The maximum time to fade in. | |
unsigned int | max_fade_out |
The maximum time to fade out. | |
unsigned int | max_gap |
The maximum gap between two of these weather events. | |
unsigned int | min_density |
The minimum density of the weather event. (drops, flakes...). | |
unsigned int | min_duration |
The minimum duration of the weather events. | |
unsigned int | min_fade_in |
The minimum time to fade in. | |
unsigned int | min_fade_out |
The minimum time to fade out. | |
unsigned int | min_gap |
The minimum gap between two of these weather events. |
Structure used to store informations for various weather types in this sector.
Definition at line 159 of file pssectorinfo.h.
Will run automatic weather when true.
Definition at line 161 of file pssectorinfo.h.
The maximum density of the weather event. (drops, flakes...).
Definition at line 167 of file pssectorinfo.h.
The maximum duration of the weather events.
Definition at line 165 of file pssectorinfo.h.
The maximum time to fade in.
Definition at line 169 of file pssectorinfo.h.
The maximum time to fade out.
Definition at line 171 of file pssectorinfo.h.
The maximum gap between two of these weather events.
Definition at line 163 of file pssectorinfo.h.
The minimum density of the weather event. (drops, flakes...).
Definition at line 166 of file pssectorinfo.h.
The minimum duration of the weather events.
Definition at line 164 of file pssectorinfo.h.
The minimum time to fade in.
Definition at line 168 of file pssectorinfo.h.
The minimum time to fade out.
Definition at line 170 of file pssectorinfo.h.
The minimum gap between two of these weather events.
Definition at line 162 of file pssectorinfo.h.