![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Event that is fired when an entity path find is completed. More...
#include <PathFind.hpp>
Public Member Functions | |
PathFindCompleted (bl::ecs::Entity entity, bool success) | |
Construct a new Path Find Completed event. More... | |
Public Attributes | |
const bl::ecs::Entity | entity |
bool | success |
Event that is fired when an entity path find is completed.
Definition at line 16 of file PathFind.hpp.
|
inline |
Construct a new Path Find Completed event.
entity | The entity that finished |
success | True if the destination was reached, false otherwise |
Definition at line 23 of file PathFind.hpp.
const bl::ecs::Entity core::event::PathFindCompleted::entity |
Definition at line 27 of file PathFind.hpp.
bool core::event::PathFindCompleted::success |
Definition at line 28 of file PathFind.hpp.