Home
last modified time | relevance | path

Searched refs:Notification_Console_MemberJoinedLobby (Results 1 – 2 of 2) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h462 struct Notification_Console_MemberJoinedLobby;
619 virtual void MessageResult(Notification_Console_MemberJoinedLobby *message);
3281 struct Notification_Console_MemberJoinedLobby : public Lobby2Message struct
3283 __L2_MSG_BASE_IMPL(Notification_Console_MemberJoinedLobby) in __L2_MSG_BASE_IMPL() argument
3614 __L2_MSG_FACTORY_BASE(Notification_Console_MemberJoinedLobby); in Alloc()
H A DLobby2Message.cpp137 void Lobby2Callbacks::MessageResult(Notification_Console_MemberJoinedLobby *message) {ExecuteDefaul… in MessageResult()