Home
last modified time | relevance | path

Searched refs:Clans_SetProperties (Results 1 – 6 of 6) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2ClientGFx3.0/
H A DLobby2ClientGFx3Impl.h111 virtual void MessageResult(RakNet::Clans_SetProperties *message);
H A DLobby2ClientGFx3Impl.cpp372 __L2_ALLOCATE_AND_DEFINE(messageFactory, Clans_SetProperties, m1); in ACTIONSCRIPT_CALLABLE_FUNCTION()
820 void Lobby2ClientGFx3Impl::MessageResult(Clans_SetProperties *message) in MessageResult()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h392 struct Clans_SetProperties;
549 virtual void MessageResult(Clans_SetProperties *message);
2058 struct Clans_SetProperties : public Lobby2Message struct
2060 Clans_SetProperties() {binaryData=RakNet::OP_NEW<BinaryDataBlock>(__FILE__,__LINE__);} in Clans_SetProperties() function
2061 ~Clans_SetProperties() {/*RakNet::OP_DELETE(binaryData,__FILE__,__LINE__);*/} in ~Clans_SetProperties() argument
2063 __L2_MSG_BASE_IMPL(Clans_SetProperties) in __L2_MSG_BASE_IMPL() argument
3546 __L2_MSG_FACTORY_BASE(Clans_SetProperties); in Alloc()
H A DLobby2Message.cpp67 void Lobby2Callbacks::MessageResult(Clans_SetProperties *message) {ExecuteDefaultResult(message);} in MessageResult()
1386 void Clans_SetProperties::Serialize( bool writeToBitstream, bool serializeOutput, BitStream *bitStr… in Serialize()
1394 bool Clans_SetProperties::PrevalidateInput( void ) in PrevalidateInput()
/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2Client/
H A DLobby2ClientSample.cpp773 RakNet::Clans_SetProperties *arg = (RakNet::Clans_SetProperties *) m; in ExecuteCommand()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h129 __L2_MSG_DB_HEADER(Clans_SetProperties, PGSQL){virtual bool ServerDBImpl( Lobby2ServerCommand *comm… in __L2_MSG_DB_HEADER() argument
455 __L2_MSG_FACTORY_IMPL(Clans_SetProperties, PGSQL); in Alloc()