EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CharUnboundMgrService.cpp File Reference
Include dependency graph for CharUnboundMgrService.cpp:

Go to the source code of this file.

Functions

 PyCallable_Make_InnerDispatcher (CharUnboundMgrService) CharUnboundMgrService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( CharUnboundMgrService  )

Definition at line 38 of file CharUnboundMgrService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

41 : PyService(mgr, "charUnboundMgr"),
42  m_dispatch(new Dispatcher(this))
43 {
44  _SetCallDispatcher(m_dispatch);
45 
46  PyCallable_REG_CALL(CharUnboundMgrService, SelectCharacterID);
47  PyCallable_REG_CALL(CharUnboundMgrService, GetCharacterToSelect);
48  PyCallable_REG_CALL(CharUnboundMgrService, GetCharactersToSelect);
49  PyCallable_REG_CALL(CharUnboundMgrService, GetCharacterInfo);
50  PyCallable_REG_CALL(CharUnboundMgrService, IsUserReceivingCharacter);
52  PyCallable_REG_CALL(CharUnboundMgrService, PrepareCharacterForDelete);
53  PyCallable_REG_CALL(CharUnboundMgrService, CancelCharacterDeletePrepare);
55  PyCallable_REG_CALL(CharUnboundMgrService, GetCharCreationInfo);
56  PyCallable_REG_CALL(CharUnboundMgrService, GetCharNewExtraCreationInfo);
57  PyCallable_REG_CALL(CharUnboundMgrService, CreateCharacterWithDoll);
58 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78
Handles everything related to creating, deleting and selecting a character.