|
Pol
Revision:cb584c9
|
#include "pol_global_config.h"#include "partymod.h"#include <stddef.h>#include "../../bscript/berror.h"#include "../../bscript/bobject.h"#include "../../bscript/executor.h"#include "../../bscript/objmembers.h"#include "../../bscript/objmethods.h"#include "../../clib/compilerspecifics.h"#include "../../clib/rawtypes.h"#include "../clfunc.h"#include "../fnsearch.h"#include "../globals/settings.h"#include "../globals/uvars.h"#include "../mobile/charactr.h"#include "../party.h"#include "../party_cfg.h"#include "../pktdef.h"#include "../syshook.h"#include "../unicode.h"#include "../uoexhelp.h"#include "../uoscrobj.h"Go to the source code of this file.
Classes | |
| class | Pol::Module::EPartyRefObjImp |
Namespaces | |
| Pol | |
| Pol::Bscript | |
| Pol::Module | |
Functions | |
| BObjectImp * | Pol::Module::CreatePartyRefObjImp (Core::Party *party) |
| bool | Pol::Module::getPartyParam (Executor &exec, unsigned param, Core::Party *&party, BError *&err) |
Variables | |
| BApplicObjType | Pol::Module::party_type |
Definition in file partymod.cpp.