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

Go to the source code of this file.

Classes

class  ShipBound
 

Functions

 PyCallable_Make_InnerDispatcher (ShipService) ShipService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( ShipService  )

Definition at line 114 of file ShipService.cpp.

References m_dispatch.

117 : PyService(mgr, "ship"),
118  m_dispatch(new Dispatcher(this))
119 {
120  _SetCallDispatcher(m_dispatch);
121 
122  //PyCallable_REG_CALL(ShipService,);
123 
124 }
Dispatcher *const m_dispatch