Home
last modified time | relevance | path

Searched defs:Client_StartIgnore (Results 1 – 2 of 2) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h83 __L2_MSG_DB_HEADER(Client_StartIgnore, PGSQL){virtual bool ServerDBImpl( Lobby2ServerCommand *comma… in __L2_MSG_DB_HEADER() argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h1376 struct Client_StartIgnore : public Lobby2Message struct
1378 __L2_MSG_BASE_IMPL(Client_StartIgnore) in __L2_MSG_BASE_IMPL() argument
1380 virtual bool RequiresRankingPermission(void) const {return false;} in RequiresRankingPermission()
1381 virtual bool CancelOnDisconnect(void) const {return false;} in CancelOnDisconnect()
1382 virtual bool RequiresLogin(void) const {return true;} in RequiresLogin()
1390 RakNet::RakString targetHandle;