EvEmu
0.8.4
11 September 2021
|
#include "eve-server.h"
#include "PyBoundObject.h"
#include "PyServiceCD.h"
#include "character/AggressionMgrService.h"
Go to the source code of this file.
Functions | |
PyCallable_Make_InnerDispatcher (AggressionMgrService) class AggressionMgrBound | |
virtual | ~AggressionMgrBound () |
virtual void | Release () |
PyCallable_DECL_CALL (GetCriminalTimeStamps) | |
PyCallable_DECL_CALL (CheckLootRightExceptions) | |
Variables | |
Dispatcher *const | m_dispatch |
|
protected |
|
protected |
PyCallable_Make_InnerDispatcher | ( | AggressionMgrService | ) |
Definition at line 32 of file AggressionMgrService.cpp.
References m_dispatch, PyCallable_Make_Dispatcher, and PyCallable_REG_CALL.
|
virtual |
Definition at line 56 of file AggressionMgrService.cpp.
|
virtual |
Dispatcher* const m_dispatch |
Definition at line 66 of file AggressionMgrService.cpp.
Referenced by PyCallable_Make_InnerDispatcher(), and ~AggressionMgrBound().