ManaPlus
|
Public Member Functions | |
bool | operator() (const ActorSprite *const actor) const |
Data Fields | |
uint16_t | x |
uint16_t | y |
ActorTypeT | type |
Definition at line 83 of file actormanager.cpp.
|
inline |
Definition at line 88 of file actormanager.cpp.
References CAST_U32, ActorType::FloorItem, Actor::getPixelPositionF(), Being::getType(), Being::isAlive(), mapTileSize, ActorType::Npc, ActorType::Portal, type, ActorType::Unknown, x, Vector::x, y, and Vector::y.
ActorTypeT FindBeingFunctor::type |
Definition at line 111 of file actormanager.cpp.
Referenced by ActorManager::findBeing(), and operator()().
uint16_t FindBeingFunctor::x |
Definition at line 110 of file actormanager.cpp.
Referenced by ActorManager::findBeing(), and operator()().
uint16_t FindBeingFunctor::y |
Definition at line 110 of file actormanager.cpp.
Referenced by ActorManager::findBeing(), and operator()().