EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EntityService.cpp File Reference
#include "eve-server.h"
#include "PyBoundObject.h"
#include "PyServiceCD.h"
#include "EVEServerConfig.h"
#include "npc/EntityService.h"
#include "system/SystemManager.h"
Include dependency graph for EntityService.cpp:

Go to the source code of this file.

Functions

EntityService.cpp

Drone Control class : Allan

Date
: 06 November 2016
 PyCallable_Make_InnerDispatcher (EntityService) EntityService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( EntityService  )

Definition at line 20 of file EntityService.cpp.

References m_dispatch.

23 : PyService(mgr, "entity"),
24 m_dispatch(new Dispatcher(this))
25 {
26  _SetCallDispatcher(m_dispatch);
27 
28 }
Dispatcher *const m_dispatch