Home
last modified time | relevance | path

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

/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/Steam/
H A DLobby2Message_Steam.h244 __L2_MSG_DB_HEADER(Notification_Console_RoomChatMessage, Steam) in __L2_MSG_DB_HEADER() argument
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h3402 struct Notification_Console_RoomChatMessage : public Lobby2Message struct
3404 __L2_MSG_BASE_IMPL(Notification_Console_RoomChatMessage) in __L2_MSG_BASE_IMPL() argument
3406 virtual bool RequiresRankingPermission(void) const {return false;} in RequiresRankingPermission()
3407 virtual bool CancelOnDisconnect(void) const {return false;} in CancelOnDisconnect()
3408 virtual bool RequiresLogin(void) const {return false;} in RequiresLogin()
3410 RakNet::RakString sender;
3411 RakNet::RakString message;