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

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...
 

Detailed Description

Fired when weather starts.

Definition at line 15 of file Weather.hpp.

Constructor & Destructor Documentation

◆ WeatherStarted()

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

Creates a weather started event.

Parameters
typeThe type of weather that started

Definition at line 21 of file Weather.hpp.

Member Data Documentation

◆ type

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

The type of weather that started.

Definition at line 25 of file Weather.hpp.


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