ManaPlus
|
#include "actions/statusbar.h"
#include "game.h"
#include "soundmanager.h"
#include "actions/actiondef.h"
#include "being/localplayer.h"
#include "being/playerrelation.h"
#include "being/playerrelations.h"
#include "gui/viewport.h"
#include "gui/widgets/tabs/chat/chattab.h"
#include "listeners/updatestatuslistener.h"
#include "resources/map/map.h"
#include "utils/gettext.h"
#include "debug.h"
Go to the source code of this file.
Namespaces | |
Actions | |
Functions | |
bool | Actions::switchQuickDrop (InputEvent &event) |
bool | Actions::changeCrazyMove (InputEvent &event) |
bool | Actions::changePickupType (InputEvent &event) |
bool | Actions::changeMoveType (InputEvent &event) |
bool | Actions::changeAttackWeaponType (InputEvent &event) |
bool | Actions::changeAttackType (InputEvent &event) |
bool | Actions::changeTargetingType (InputEvent &event) |
bool | Actions::changeFollowMode (InputEvent &event) |
bool | Actions::changeImitationMode (InputEvent &event) |
bool | Actions::changeMagicAttackType (InputEvent &event) |
bool | Actions::changePvpMode (InputEvent &event) |
bool | Actions::changeMoveToTarget (InputEvent &event) |
bool | Actions::changeGameModifier (InputEvent &event) |
bool | Actions::changeAudio (InputEvent &event) |
bool | Actions::away (InputEvent &event) |
bool | Actions::camera (InputEvent &event) |
bool | Actions::changeMapMode (InputEvent &event) |
bool | Actions::changeTrade (InputEvent &event) |