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

Fired when a map is exited. More...

#include <Maps.hpp>

Public Member Functions

 MapExited (const map::Map &map)
 Construct a new MapExited event. More...
 

Public Attributes

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

Detailed Description

Fired when a map is exited.

Definition at line 60 of file Maps.hpp.

Constructor & Destructor Documentation

◆ MapExited()

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

Construct a new MapExited event.

Parameters
mapThe map that was exited

Definition at line 66 of file Maps.hpp.

Member Data Documentation

◆ map

const map::Map& core::event::MapExited::map

A reference to the map that was just exited.

Definition at line 70 of file Maps.hpp.


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