Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Steam/
H A DLobby2Message_Steam.h227 __L2_MSG_DB_HEADER(Notification_Console_MemberLeftRoom, Steam) in __L2_MSG_DB_HEADER() argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h3355 struct Notification_Console_MemberLeftRoom : public Lobby2Message struct
3357 __L2_MSG_BASE_IMPL(Notification_Console_MemberLeftRoom) in __L2_MSG_BASE_IMPL() argument
3359 virtual bool RequiresRankingPermission(void) const {return false;} in RequiresRankingPermission()
3360 virtual bool CancelOnDisconnect(void) const {return false;} in CancelOnDisconnect()
3361 virtual bool RequiresLogin(void) const {return false;} in RequiresLogin()
3363 RakNet::RakString memberName;