Home
last modified time | relevance | path

Searched defs:Notification_Friends_StatusChange (Results 1 – 3 of 3) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Steam/
H A DLobby2Message_Steam.h178 __L2_MSG_DB_HEADER(Notification_Friends_StatusChange, Steam) in __L2_MSG_DB_HEADER() argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h3002 struct Notification_Friends_StatusChange : public Lobby2Message struct
3004 __L2_MSG_BASE_IMPL(Notification_Friends_StatusChange) in __L2_MSG_BASE_IMPL() argument
3006 virtual bool RequiresRankingPermission(void) const {return false;} in RequiresRankingPermission()
3007 virtual bool CancelOnDisconnect(void) const {return false;} in CancelOnDisconnect()
3008 virtual bool RequiresLogin(void) const {return false;} in RequiresLogin()
3010 enum Status
3041 return "Error in OpToString::Notification_Friends_StatusChange"; in OpToString() argument
3043 RakNet::RakString otherHandle;
3044 RakNet::Lobby2Presence presence;
3047 RakNet::RakString subject;
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.h323 __L2_MSG_DB_HEADER(Notification_Friends_StatusChange, PGSQL) in __L2_MSG_DB_HEADER() argument