|
Pol
Revision:cb584c9
|
#include "listenpt.h"#include <stddef.h>#include "../bscript/bobject.h"#include "globals/settings.h"#include "globals/uvars.h"#include "mobile/charactr.h"#include "module/osmod.h"#include "uconst.h"#include "ufunc.h"#include "uoexec.h"#include "uoscrobj.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| void | Pol::Core::deregister_from_speech_events (UOExecutor *uoexec) |
| Bscript::BObjectImp * | Pol::Core::GetListenPoints () |
| void | Pol::Core::register_for_speech_events (UObject *obj, UOExecutor *uoexec, int range, int flags) |
| void | Pol::Core::sayto_listening_points (Mobile::Character *speaker, const char *p_text, int, u8 texttype, const u16 *p_wtext, const char *p_lang, int p_wtextlen, Bscript::ObjArray *speechtokens) |
| const char * | Pol::Core::TextTypeToString (u8 texttype) |
Definition in file listenpt.cpp.