DDraceNetwork Documentation
Loading...
Searching...
No Matches
CLocalServer Class Reference

#include <local_server.h>

Inheritance diagram for CLocalServer:
[legend]
Collaboration diagram for CLocalServer:
[legend]

Public Member Functions

void RunServer (const std::vector< const char * > &vpArguments)
 
void KillServer ()
 
bool IsServerRunning ()
 
void RconAuthIfPossible ()
 
- Public Member Functions inherited from CComponentInterfaces
virtual void OnInterfacesInit (CGameClient *pClient)
 
virtual ~CComponentInterfaces ()=default
 

Private Attributes

char m_aRconPassword [sizeof(g_Config.m_SvRconPassword)] = ""
 
PROCESS m_Process = INVALID_PROCESS
 

Additional Inherited Members

- Protected Member Functions inherited from CComponentInterfaces
class CGameClientGameClient () const
 
class IClientClient () const
 
class IKernelKernel () const
 
class IEngineEngine () const
 
class IGraphicsGraphics () const
 
class ITextRenderTextRender () const
 
class IInputInput () const
 
class IStorageStorage () const
 
class CUiUi () const
 
class ISoundSound () const
 
class CRenderToolsRenderTools () const
 
class CRenderMapRenderMap () const
 
class IConfigManagerConfigManager () const
 
class CConfigConfig () const
 
class IConsoleConsole () const
 
class IDemoPlayerDemoPlayer () const
 
class IDemoRecorderDemoRecorder (int Recorder) const
 
class IFavoritesFavorites () const
 
class IServerBrowserServerBrowser () const
 
class CLayersLayers () const
 
class CCollisionCollision () const
 
int64_t time () const
 
float LocalTime () const
 
class IHttpHttp () const
 

Member Function Documentation

◆ IsServerRunning()

bool CLocalServer::IsServerRunning ( )

◆ KillServer()

void CLocalServer::KillServer ( )

◆ RconAuthIfPossible()

void CLocalServer::RconAuthIfPossible ( )

◆ RunServer()

void CLocalServer::RunServer ( const std::vector< const char * > &  vpArguments)

Member Data Documentation

◆ m_aRconPassword

char CLocalServer::m_aRconPassword[sizeof(g_Config.m_SvRconPassword)] = ""
private

◆ m_Process

PROCESS CLocalServer::m_Process = INVALID_PROCESS
private

The documentation for this class was generated from the following files: