Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h3321 struct Notification_Console_LobbyGotChatMessage : public Lobby2Message struct
3323 __L2_MSG_BASE_IMPL(Notification_Console_LobbyGotChatMessage) in __L2_MSG_BASE_IMPL() argument
3325 virtual bool RequiresRankingPermission(void) const {return false;} in RequiresRankingPermission()
3326 virtual bool CancelOnDisconnect(void) const {return false;} in CancelOnDisconnect()
3327 virtual bool RequiresLogin(void) const {return false;} in RequiresLogin()
3329 RakNet::RakString sender;
3330 RakNet::RakString message;