![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Fired when weather starts. More...
#include <Weather.hpp>
Public Member Functions | |
WeatherStarted (map::Weather::Type type) | |
Creates a weather started event. More... | |
Public Attributes | |
const map::Weather::Type | type |
The type of weather that started. More... | |
Fired when weather starts.
Definition at line 15 of file Weather.hpp.
|
inline |
Creates a weather started event.
type | The type of weather that started |
Definition at line 21 of file Weather.hpp.
const map::Weather::Type core::event::WeatherStarted::type |
The type of weather that started.
Definition at line 25 of file Weather.hpp.