Peoplemon  0.1.0
Peoplemon 3 game source documentation
Classes
Weather

Collection of weather type implementations. More...

Classes

class  core::map::Weather
 Parent weather system for maps. Manages active weather. More...
 
struct  core::map::weather::Base
 Base class for all weather types. More...
 
class  core::map::weather::Fog
 Weather type for thin or thick fog. More...
 
class  core::map::weather::Rain
 Weather type for rainy days. Handles light and hard rain and owns thunder if need be. More...
 
class  core::map::weather::Sandstorm
 Creates sandstorms. More...
 
class  core::map::weather::Snow
 Snow weather system. More...
 
class  core::map::weather::Sunny
 Makes sunny weather. More...
 
class  core::map::weather::Thunder
 Simple helper class for creating thunder in different weather types. More...
 

Detailed Description

Collection of weather type implementations.