|
Pol
Revision:cb584c9
|
#include "testenv.h"#include "../../bscript/bobject.h"#include "../../clib/cfgelem.h"#include "../../clib/cfgfile.h"#include "../../clib/logfacility.h"#include "../../clib/passert.h"#include "../../clib/rawtypes.h"#include "../globals/object_storage.h"#include "../globals/uvars.h"#include "../item/item.h"#include "../item/itemdesc.h"#include "../mobile/npc.h"#include "../multi/multi.h"#include "../npctmpl.h"#include "../ufunc.h"#include "../uworld.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Testing | |
Functions | |
| Item * | Pol::Testing::add_item (unsigned int objtype, unsigned short x, unsigned short y, short z) |
| void | Pol::Testing::add_multi (unsigned int objtype, unsigned short x, unsigned short y, short z) |
| void | Pol::Testing::add_multi (unsigned int objtype, unsigned short x, unsigned short y, short z, int flags) |
| Mobile::NPC * | Pol::Testing::add_npc (const char *npctype, unsigned short x, unsigned short y, short z) |
| void | Pol::Testing::create_test_environment () |
| void | Pol::Testing::display_test_results () |
| void | Pol::Testing::inc_failures () |
| void | Pol::Testing::inc_successes () |
Variables | |
| int | Pol::Testing::failures |
| bool | Pol::Testing::static_debug_on |
| int | Pol::Testing::successes |
| Mobile::NPC * | Pol::Testing::test_banker |
| Mobile::NPC * | Pol::Testing::test_banker2 |
| Mobile::NPC * | Pol::Testing::test_banker3 |
| Item * | Pol::Testing::test_chest1 |
| Item * | Pol::Testing::test_chest2 |
| Item * | Pol::Testing::test_guard_door |
| Mobile::NPC * | Pol::Testing::test_orclord |
| Mobile::NPC * | Pol::Testing::test_seaserpent |
| Mobile::NPC * | Pol::Testing::test_water_elemental |
Definition in file testenv.cpp.