![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Basic event for when the game time changes. More...
#include <TimeChange.hpp>
Public Member Functions | |
TimeChange (const system::Clock::Time &time) | |
Creates a new time change event. More... | |
Public Attributes | |
const system::Clock::Time & | newTime |
A reference to the new time. More... | |
Basic event for when the game time changes.
Definition at line 24 of file TimeChange.hpp.
|
inline |
Creates a new time change event.
time | The new time |
Definition at line 30 of file TimeChange.hpp.
const system::Clock::Time& core::event::TimeChange::newTime |
A reference to the new time.
Definition at line 34 of file TimeChange.hpp.