Home
last modified time | relevance | path

Searched defs:Clans_SetMyMemberProperties (Results 1 – 2 of 2) sorted by last modified time

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h131 __L2_MSG_DB_HEADER(Clans_SetMyMemberProperties, PGSQL){virtual bool ServerDBImpl( Lobby2ServerComma… in __L2_MSG_DB_HEADER() argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h2103 struct Clans_SetMyMemberProperties : public Lobby2Message struct
2106 Clans_SetMyMemberProperties() {binaryData=RakNet::OP_NEW<BinaryDataBlock>(__FILE__,__LINE__);} in Clans_SetMyMemberProperties() function
2107 ~Clans_SetMyMemberProperties() {/*RakNet::OP_DELETE(binaryData,__FILE__,__LINE__);*/} in ~Clans_SetMyMemberProperties() argument
2109 __L2_MSG_BASE_IMPL(Clans_SetMyMemberProperties) in __L2_MSG_BASE_IMPL() argument
2111 virtual bool RequiresRankingPermission(void) const {return false;} in RequiresRankingPermission()
2112 virtual bool CancelOnDisconnect(void) const {return false;} in CancelOnDisconnect()
2113 virtual bool RequiresLogin(void) const {return true;} in RequiresLogin()
2119 RakNet::RakString clanHandle;
2120 RakNet::RakString description;
2121 RakNetSmartPtr<BinaryDataBlock> binaryData;