Home
last modified time | relevance | path

Searched refs:System_RegisterProfanity (Results 1 – 4 of 4) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2Client/
H A DLobby2ClientSample.cpp369 RakNet::System_RegisterProfanity *arg = (RakNet::System_RegisterProfanity *) m; in ExecuteCommand()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h63 __L2_MSG_DB_HEADER(System_RegisterProfanity, PGSQL){virtual bool ServerDBImpl( Lobby2ServerCommand … in __L2_MSG_DB_HEADER() argument
404 __L2_MSG_FACTORY_IMPL(System_RegisterProfanity, PGSQL); in Alloc()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h341 struct System_RegisterProfanity;
498 virtual void MessageResult(System_RegisterProfanity *message);
960 struct System_RegisterProfanity : public Lobby2Message struct
962 __L2_MSG_BASE_IMPL(System_RegisterProfanity) in __L2_MSG_BASE_IMPL() argument
3495 __L2_MSG_FACTORY_BASE(System_RegisterProfanity); in Alloc()
H A DLobby2Message.cpp16 void Lobby2Callbacks::MessageResult(System_RegisterProfanity *message) {ExecuteDefaultResult(messag… in MessageResult()
465 void System_RegisterProfanity::Serialize( bool writeToBitstream, bool serializeOutput, BitStream *b… in Serialize()