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

Fired when a map is entered. More...

#include <Maps.hpp>

Public Member Functions

 MapEntered (const map::Map &map)
 Construct a new Map Entered object. More...
 

Public Attributes

const map::Mapmap
 A reference to the map that was just entered. More...
 

Detailed Description

Fired when a map is entered.

Definition at line 41 of file Maps.hpp.

Constructor & Destructor Documentation

◆ MapEntered()

core::event::MapEntered::MapEntered ( const map::Map map)
inline

Construct a new Map Entered object.

Parameters
mapThe map that was entered

Definition at line 47 of file Maps.hpp.

Member Data Documentation

◆ map

const map::Map& core::event::MapEntered::map

A reference to the map that was just entered.

Definition at line 51 of file Maps.hpp.


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