ManaPlus
|
#include <crazymoves.h>
Public Member Functions | |
CrazyMoves () | |
void | crazyMove () |
Protected Member Functions | |
void | crazyMoveA () |
void | crazyMoveAd () const |
void | crazyMoveAe () const |
void | crazyMoveAm () const |
void | crazyMoveAo () const |
Static Protected Member Functions | |
static void | crazyMove1 () |
static void | crazyMove2 () |
static void | crazyMove3 () |
static void | crazyMove4 () |
static void | crazyMove5 () |
static void | crazyMove6 () |
static void | crazyMove7 () |
static void | crazyMove8 () |
static void | crazyMove9 () |
static void | crazyMoveAs () |
Protected Attributes | |
std::string | mMoveProgram |
bool | mDisableCrazyMove |
Definition at line 31 of file crazymoves.h.
CrazyMoves::CrazyMoves | ( | ) |
Definition at line 49 of file crazymoves.cpp.
void CrazyMoves::crazyMove | ( | ) |
Definition at line 55 of file crazymoves.cpp.
References crazyMove1(), crazyMove2(), crazyMove3(), crazyMove4(), crazyMove5(), crazyMove6(), crazyMove7(), crazyMove8(), crazyMove9(), crazyMoveA(), Settings::crazyMoveType, mDisableCrazyMove, and settings.
Referenced by LocalPlayer::specialMove().
|
staticprotected |
Definition at line 97 of file crazymoves.cpp.
References BeingDirection::DOWN, Being::getCurrentAction(), Being::getDirection(), BeingDirection::LEFT, localPlayer, BeingAction::MOVE, playerHandler, BeingDirection::RIGHT, Being::setDirection(), Net::PlayerHandler::setDirection(), LocalPlayer::setWalkingDir(), and BeingDirection::UP.
Referenced by crazyMove().
|
staticprotected |
Definition at line 136 of file crazymoves.cpp.
References BeingDirection::DOWN, Being::getCurrentAction(), Being::getDirection(), BeingDirection::LEFT, localPlayer, BeingAction::MOVE, playerHandler, BeingDirection::RIGHT, Being::setDirection(), Net::PlayerHandler::setDirection(), LocalPlayer::setWalkingDir(), and BeingDirection::UP.
Referenced by crazyMove().
|
staticprotected |
Definition at line 187 of file crazymoves.cpp.
References Settings::crazyMoveState, BeingDirection::DOWN, Being::getCurrentAction(), localPlayer, LocalPlayer::move(), BeingAction::MOVE, playerHandler, Being::setDirection(), Net::PlayerHandler::setDirection(), and settings.
Referenced by crazyMove().
|
staticprotected |
Definition at line 225 of file crazymoves.cpp.
References Settings::crazyMoveState, Being::getCurrentAction(), localPlayer, LocalPlayer::move(), BeingAction::MOVE, and settings.
Referenced by crazyMove().
|
staticprotected |
Definition at line 248 of file crazymoves.cpp.
References Settings::crazyMoveState, Being::getCurrentAction(), localPlayer, LocalPlayer::move(), BeingAction::MOVE, and settings.
Referenced by crazyMove().
|
staticprotected |
Definition at line 271 of file crazymoves.cpp.
References Settings::crazyMoveState, Being::getCurrentAction(), localPlayer, LocalPlayer::move(), BeingAction::MOVE, and settings.
Referenced by crazyMove().
|
staticprotected |
Definition at line 318 of file crazymoves.cpp.
References Settings::crazyMoveState, Being::getCurrentAction(), localPlayer, LocalPlayer::move(), BeingAction::MOVE, and settings.
Referenced by crazyMove().
|
staticprotected |
Definition at line 349 of file crazymoves.cpp.
References blockWalkMask, BeingDirection::DOWN, LocalPlayer::getBlockWalkMask(), Being::getCurrentAction(), Being::getDirection(), Actor::getMap(), Being::getTileX(), Being::getTileY(), Map::getWalk(), BeingDirection::LEFT, localPlayer, LocalPlayer::move(), BeingAction::MOVE, BeingDirection::RIGHT, BeingDirection::UP, x, and y.
Referenced by crazyMove().
|
staticprotected |
Definition at line 458 of file crazymoves.cpp.
References LocalPlayer::allowAction(), Net::PlayerHandler::changeAction(), Settings::crazyMoveState, BeingDirection::DOWN, Being::getCurrentAction(), Being::getDirection(), BeingDirection::LEFT, localPlayer, LocalPlayer::move(), BeingAction::MOVE, playerHandler, BeingDirection::RIGHT, settings, BeingAction::SIT, and BeingDirection::UP.
Referenced by crazyMove().
|
protected |
Definition at line 768 of file crazymoves.cpp.
References config, crazyMoveAd(), crazyMoveAe(), crazyMoveAm(), crazyMoveAo(), crazyMoveAs(), Settings::crazyMoveState, Being::getCurrentAction(), Configuration::getStringValue(), localPlayer, mMoveProgram, BeingAction::MOVE, LocalPlayer::pickUpItems(), and settings.
Referenced by crazyMove().
|
protected |
Definition at line 579 of file crazymoves.cpp.
References Settings::crazyMoveState, BeingDirection::DOWN, DropShortcut::dropFirst(), DropShortcut::dropItems(), dropShortcut, Being::getDirection(), BeingDirection::LEFT, localPlayer, mMoveProgram, playerHandler, BeingDirection::RIGHT, Being::setDirection(), Net::PlayerHandler::setDirection(), settings, tick_time, and BeingDirection::UP.
Referenced by crazyMoveA().
|
protected |
Definition at line 740 of file crazymoves.cpp.
References CAST_U8, Settings::crazyMoveState, Net::PetHandler::emote(), LocalPlayer::emote(), PacketLimiter::limitPackets(), mMoveProgram, PacketType::PACKET_CHAT, petHandler, settings, EmoteDB::size(), and tick_time.
Referenced by crazyMoveA().
|
protected |
Definition at line 501 of file crazymoves.cpp.
References Settings::crazyMoveState, BeingDirection::DOWN, Being::getDirection(), BeingDirection::LEFT, localPlayer, mMoveProgram, LocalPlayer::move(), BeingDirection::RIGHT, settings, tick_time, and BeingDirection::UP.
Referenced by crazyMoveA().
|
protected |
Definition at line 720 of file crazymoves.cpp.
References Settings::crazyMoveState, mMoveProgram, outfitWindow, settings, OutfitWindow::wearNextOutfit(), and OutfitWindow::wearPreviousOutfit().
Referenced by crazyMoveA().
|
staticprotected |
Definition at line 713 of file crazymoves.cpp.
References Settings::crazyMoveState, localPlayer, settings, and LocalPlayer::toggleSit().
Referenced by crazyMoveA().
|
protected |
Definition at line 58 of file crazymoves.h.
Referenced by crazyMove().
|
protected |
Definition at line 55 of file crazymoves.h.
Referenced by crazyMoveA(), crazyMoveAd(), crazyMoveAe(), crazyMoveAm(), and crazyMoveAo().