ManaPlus
|
#include "being/actorsprite.h"
#include "configuration.h"
#include "statuseffect.h"
#include "being/localplayer.h"
#include "const/utils/timer.h"
#include "gui/theme.h"
#include "listeners/debugmessagelistener.h"
#include "particle/particle.h"
#include "resources/db/statuseffectdb.h"
#include "resources/loaders/imageloader.h"
#include "resources/sprite/animatedsprite.h"
#include "resources/sprite/imagesprite.h"
#include "resources/sprite/spritereference.h"
#include "utils/checkutils.h"
#include "utils/delete2.h"
#include "utils/foreach.h"
#include "utils/timer.h"
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | for_each_cursors() |
#define | end_foreach } |
Functions | |
static void | applyEffectByOption (ActorSprite *const actor, uint32_t option, const char *const name, const OptionsMap &options) |
static void | applyEffectByOption1 (ActorSprite *const actor, uint32_t option, const char *const name, const OptionsMap &options) |
static const char * | cursorType (const TargetCursorTypeT type) |
static const char * | cursorSize (const TargetCursorSizeT size) |
#define end_foreach } |
Definition at line 62 of file actorsprite.cpp.
#define for_each_cursors | ( | ) |
Definition at line 53 of file actorsprite.cpp.
|
static |
Definition at line 219 of file actorsprite.cpp.
References config, DebugMessageListener::distributeEvent(), Enable_false, Enable_true, FOR_EACH, Configuration::getBoolValue(), IsStart_false, Logger::log(), logger, ActorSprite::setStatusEffect(), and strprintf().
Referenced by ActorSprite::setStatusEffectOpiton0(), and ActorSprite::setStatusEffectOpitons().
|
static |
Definition at line 248 of file actorsprite.cpp.
References config, DebugMessageListener::distributeEvent(), Enable_false, Enable_true, FOR_EACH, Configuration::getBoolValue(), IsStart_false, Logger::log(), logger, ActorSprite::setStatusEffect(), and strprintf().
Referenced by ActorSprite::setStatusEffectOpitons().
|
static |
Definition at line 479 of file actorsprite.cpp.
References TargetCursorSize::LARGE, TargetCursorSize::MEDIUM, TargetCursorSize::NUM_TC, EmoteDB::size(), and TargetCursorSize::SMALL.
Referenced by ActorSprite::initTargetCursor().
|
static |
Definition at line 465 of file actorsprite.cpp.
References TargetCursorType::IN_RANGE, TargetCursorType::NONE, TargetCursorType::NORMAL, and TargetCursorType::NUM_TCT.
Referenced by ActorSprite::initTargetCursor().