#include "DungeonService.h"
|
enum | CacheCheckTime {
check_Always = 0,
check_Never,
check_in_year,
check_in_6_months,
check_in_3_months,
check_in_1_month,
check_in_1_week,
check_in_1_day,
check_in_12_hours,
check_in_6_hours,
check_in_3_hours,
check_in_2_hours,
check_in_1_hour,
check_in_30_minutes,
check_in_15_minutes,
check_in_5_minutes,
check_in_1_minute,
check_in_30_seconds,
check_in_15_seconds,
check_in_5_seconds,
check_in_1_second,
_checkCount
} |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 33 of file DungeonService.h.
DungeonService::~DungeonService |
( |
| ) |
|
DungeonService::PyCallable_DECL_CALL |
( |
DEGetFactions |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
DEGetDungeons |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
DEGetTemplates |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
DEGetRooms |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
DEGetRoomObjectPaletteData |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
TemplateRemove |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
TemplateEdit |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
GetArchetypes |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
RemoveObject |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
EditObjectName |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
CopyObject |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
EditObject |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
EditObjectRadius |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
EditObjectXYZ |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
EditObjectYawPitchRoll |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
IsObjectLocked |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
AddTemplateObjects |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
AddObject |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
TemplateAdd |
| ) |
|
|
protected |
DungeonService::PyCallable_DECL_CALL |
( |
TemplateObjectAddDungeonList |
| ) |
|
|
protected |
Dispatcher* const DungeonService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: