Home
last modified time | relevance | path

Searched refs:MatchParticipant (Results 1 – 4 of 4) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Samples/Lobby2Client/
H A DLobby2ClientSample.cpp676 …arg->submittedMatch.matchParticipants.Insert(RakNet::MatchParticipant("user0", 5.0f), __FILE__, __… in ExecuteCommand()
677 …arg->submittedMatch.matchParticipants.Insert(RakNet::MatchParticipant("user1", 10.0f), __FILE__, _… in ExecuteCommand()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/
H A DLobby2Message.h766 struct MatchParticipant struct
768 MatchParticipant() {} in MatchParticipant() function
769 MatchParticipant(RakNet::RakString _handle, float _score) : handle(_handle), score(_score) {} in MatchParticipant() argument
779 DataStructures::List<MatchParticipant> matchParticipants; argument
H A DLobby2Message.cpp354 void MatchParticipant::Serialize(bool writeToBitstream, BitStream *bitStream) in Serialize()
369 MatchParticipant obj; in Serialize()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/Lobby2/PGSQL/
H A DLobby2Message_PGSQL.cpp2594 MatchParticipant matchParticipant; in ServerDBImpl()