ManaPlus
|
#include "actions/target.h"
#include "actions/actiondef.h"
#include "being/localplayer.h"
#include "gui/popups/popupmenu.h"
#include "debug.h"
Go to the source code of this file.
Namespaces | |
Actions | |
Functions | |
static bool | Actions::setTarget (const ActorTypeT type, const AllowSort allowSort) |
bool | Actions::targetPlayer (InputEvent &event) |
bool | Actions::targetMonster (InputEvent &event) |
bool | Actions::targetClosestMonster (InputEvent &event) |
bool | Actions::targetNPC (InputEvent &event) |
bool | Actions::targetMercenary (InputEvent &event) |
bool | Actions::targetSkillUnit (InputEvent &event) |
bool | Actions::targetPet (InputEvent &event) |
bool | Actions::contextMenu (InputEvent &event) |