Home
last modified time | relevance | path

Searched refs:Notification_Console_MemberLeftRoom (Results 1 – 3 of 3) 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
237 Notification_Console_MemberLeftRoom::DebugMsg(out); in __L2_MSG_DB_HEADER()
305 __L2_MSG_FACTORY_IMPL(Notification_Console_MemberLeftRoom, Steam); in Alloc()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h469 struct Notification_Console_MemberLeftRoom;
626 virtual void MessageResult(Notification_Console_MemberLeftRoom *message);
3355 struct Notification_Console_MemberLeftRoom : public Lobby2Message struct
3357 __L2_MSG_BASE_IMPL(Notification_Console_MemberLeftRoom) in __L2_MSG_BASE_IMPL() argument
3621 __L2_MSG_FACTORY_BASE(Notification_Console_MemberLeftRoom); in Alloc()
H A DLobby2Message.cpp144 void Lobby2Callbacks::MessageResult(Notification_Console_MemberLeftRoom *message) {ExecuteDefaultRe… in MessageResult()