#include <PeerThread.h>
|
| enum | {
PEERRESPONSE_LOGIN
, PEERRESPONSE_DISCONNECT
, PEERRESPONSE_MESSAGE
, PEERRESPONSE_GROUPROOM
,
PEERRESPONSE_STAGINGROOM
, PEERRESPONSE_STAGINGROOMLISTCOMPLETE
, PEERRESPONSE_STAGINGROOMPLAYERINFO
, PEERRESPONSE_JOINGROUPROOM
,
PEERRESPONSE_CREATESTAGINGROOM
, PEERRESPONSE_JOINSTAGINGROOM
, PEERRESPONSE_PLAYERJOIN
, PEERRESPONSE_PLAYERLEFT
,
PEERRESPONSE_PLAYERCHANGEDNICK
, PEERRESPONSE_PLAYERINFO
, PEERRESPONSE_PLAYERCHANGEDFLAGS
, PEERRESPONSE_ROOMUTM
,
PEERRESPONSE_PLAYERUTM
, PEERRESPONSE_QUICKMATCHSTATUS
, PEERRESPONSE_GAMESTART
, PEERRESPONSE_FAILEDTOHOST
,
PEERRESPONSE_MAX
} |
| |
Definition at line 223 of file PeerThread.h.
◆ anonymous enum
| Enumerator |
|---|
| PEERRESPONSE_LOGIN | |
| PEERRESPONSE_DISCONNECT | |
| PEERRESPONSE_MESSAGE | |
| PEERRESPONSE_GROUPROOM | |
| PEERRESPONSE_STAGINGROOM | |
| PEERRESPONSE_STAGINGROOMLISTCOMPLETE | |
| PEERRESPONSE_STAGINGROOMPLAYERINFO | |
| PEERRESPONSE_JOINGROUPROOM | |
| PEERRESPONSE_CREATESTAGINGROOM | |
| PEERRESPONSE_JOINSTAGINGROOM | |
| PEERRESPONSE_PLAYERJOIN | |
| PEERRESPONSE_PLAYERLEFT | |
| PEERRESPONSE_PLAYERCHANGEDNICK | |
| PEERRESPONSE_PLAYERINFO | |
| PEERRESPONSE_PLAYERCHANGEDFLAGS | |
| PEERRESPONSE_ROOMUTM | |
| PEERRESPONSE_PLAYERUTM | |
| PEERRESPONSE_QUICKMATCHSTATUS | |
| PEERRESPONSE_GAMESTART | |
| PEERRESPONSE_FAILEDTOHOST | |
| PEERRESPONSE_MAX | |
Definition at line 226 of file PeerThread.h.
◆ [union]
◆ action
◆ allowObservers
| Bool PeerResponse::allowObservers |
◆ color
| Int PeerResponse::color[MAX_SLOTS] |
◆ command
| std::string PeerResponse::command |
◆ commandOptions
| std::string PeerResponse::commandOptions |
◆ [struct]
| struct { ... } PeerResponse::createStagingRoom |
◆ [struct]
| struct { ... } PeerResponse::discon |
◆ exeCRC
◆ externalIP
◆ faction
| Int PeerResponse::faction[MAX_SLOTS] |
◆ flags
◆ [struct]
| struct { ... } PeerResponse::groupRoom |
◆ groupRoomName
| std::string PeerResponse::groupRoomName |
◆ id
◆ iniCRC
◆ internalIP
◆ IP
◆ isAction
| Bool PeerResponse::isAction |
◆ isHostPresent
| Bool PeerResponse::isHostPresent |
◆ isPrivate
| Bool PeerResponse::isPrivate |
◆ isStaging
| Bool PeerResponse::isStaging |
◆ [struct]
| struct { ... } PeerResponse::joinGroupRoom |
◆ [struct]
| struct { ... } PeerResponse::joinStagingRoom |
◆ ladderPort
◆ locale
| std::string PeerResponse::locale |
◆ losses
| Int PeerResponse::losses[MAX_SLOTS] |
◆ mapIdx
◆ maxPlayers
| Int PeerResponse::maxPlayers |
◆ maxWaiting
| Int PeerResponse::maxWaiting |
◆ [struct]
| struct { ... } PeerResponse::message |
◆ nat
| Int PeerResponse::nat[MAX_SLOTS] |
◆ nick
| std::string PeerResponse::nick |
◆ numGames
| Int PeerResponse::numGames |
◆ numObservers
| Int PeerResponse::numObservers |
◆ numPlayers
| Int PeerResponse::numPlayers |
◆ numPlaying
| Int PeerResponse::numPlaying |
◆ numWaiting
| Int PeerResponse::numWaiting |
◆ ok
◆ oldNick
| std::string PeerResponse::oldNick |
◆ []
| enum { ... } PeerResponse::peerResponseType |
◆ percentComplete
| Int PeerResponse::percentComplete |
◆ [struct]
| struct { ... } PeerResponse::player |
◆ poolSize
| Int PeerResponse::poolSize |
◆ preorder
| Int PeerResponse::preorder |
◆ profileID
| Int PeerResponse::profileID[MAX_SLOTS] |
◆ [struct]
| struct { ... } PeerResponse::qmStatus |
◆ rankPoints
| Int PeerResponse::rankPoints |
◆ reason
◆ requiresPassword
| Bool PeerResponse::requiresPassword |
◆ result
◆ roomType
| RoomType PeerResponse::roomType |
◆ seed
◆ side
| Int PeerResponse::side[MAX_SLOTS] |
◆ [struct]
| struct { ... } PeerResponse::stagingRoom |
◆ stagingRoomMapName
| std::string PeerResponse::stagingRoomMapName |
◆ stagingRoomPlayerNames
| std::string PeerResponse::stagingRoomPlayerNames[MAX_SLOTS] |
◆ stagingServerGameOptions
| std::string PeerResponse::stagingServerGameOptions |
◆ stagingServerLadderIP
| std::string PeerResponse::stagingServerLadderIP |
◆ stagingServerName
| std::wstring PeerResponse::stagingServerName |
◆ stagingServerPingString
| std::string PeerResponse::stagingServerPingString |
◆ status
◆ text
| std::wstring PeerResponse::text |
◆ useStats
| Bool PeerResponse::useStats |
◆ version
◆ wins
| Int PeerResponse::wins[MAX_SLOTS] |
The documentation for this class was generated from the following file: