|
Pol
Revision:cb584c9
|
#include <string.h>#include <string>#include "../clib/cfgelem.h"#include "../clib/cfgfile.h"#include "../clib/clib.h"#include "../clib/fileutil.h"#include "../clib/logfacility.h"#include "../clib/rawtypes.h"#include "../clib/stlutil.h"#include "action.h"#include "globals/uvars.h"#include "mobile/charactr.h"#include "network/client.h"#include "network/packetdefs.h"#include "pktin.h"#include "uworld.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| void | Pol::Core::handle_action (Network::Client *client, PKTIN_12 *cmd) |
| void | Pol::Core::load_anim_xlate_cfg (bool) |
| void | Pol::Core::send_action_to_inrange (const Mobile::Character *obj, UACTION action, unsigned short framecount=0x05, unsigned short repeatcount=0x01, DIRECTION_FLAG_OLD backward=FORWARD, REPEAT_FLAG_OLD repeatflag=NOREPEAT, unsigned char delay=0x01) |
| UACTION | Pol::Core::str_to_action (Clib::ConfigElem &elem, const std::string &str) |
Definition in file bowsalut.cpp.