Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | Public Attributes | List of all members
core::event::WeatherStopped Struct Reference

Fired when weather stops. More...

#include <Weather.hpp>

Public Member Functions

 WeatherStopped (map::Weather::Type type)
 Creates a weather stopped event. More...
 

Public Attributes

const map::Weather::Type type
 The type of weather that stopped. More...
 

Detailed Description

Fired when weather stops.

Definition at line 33 of file Weather.hpp.

Constructor & Destructor Documentation

◆ WeatherStopped()

core::event::WeatherStopped::WeatherStopped ( map::Weather::Type  type)
inline

Creates a weather stopped event.

Parameters
typeThe type of weather that stopped

Definition at line 39 of file Weather.hpp.

Member Data Documentation

◆ type

const map::Weather::Type core::event::WeatherStopped::type

The type of weather that stopped.

Definition at line 43 of file Weather.hpp.


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