PRooFPS-dd Dev Doc 1.0
PRooFPS-dd Developer Documentation
Loading...
Searching...
No Matches
proofps_dd::MsgGameRoundStateFromServer Struct Reference

Detailed Description

Definition at line 217 of file PRooFPS-dd-packet.h.

#include <PRooFPS-dd-packet.h>

Static Public Member Functions

static bool initPkt (pge_network::PgePacket &pkt, TeamRoundGameMode::RoundStateFSM::RoundState fsmState, unsigned int nTimeRemainingInCurrentStateMillisecs, unsigned int nTeam1RoundWins, unsigned int nTeam2RoundWins)
 

Public Attributes

TeamRoundGameMode::RoundStateFSM::RoundState m_fsmState
 
unsigned int m_nTimeRemainingInCurrentStateMillisecs
 
unsigned int m_nTeam1RoundWins
 
unsigned int m_nTeam2RoundWins
 

Static Public Attributes

static const PRooFPSappMsgId id = PRooFPSappMsgId::GameRoundStateFromServer
 

Member Function Documentation

◆ initPkt()

static bool proofps_dd::MsgGameRoundStateFromServer::initPkt ( pge_network::PgePacket & pkt,
TeamRoundGameMode::RoundStateFSM::RoundState fsmState,
unsigned int nTimeRemainingInCurrentStateMillisecs,
unsigned int nTeam1RoundWins,
unsigned int nTeam2RoundWins )
inlinestatic

Definition at line 221 of file PRooFPS-dd-packet.h.

Member Data Documentation

◆ id

const PRooFPSappMsgId proofps_dd::MsgGameRoundStateFromServer::id = PRooFPSappMsgId::GameRoundStateFromServer
static

Definition at line 219 of file PRooFPS-dd-packet.h.

◆ m_fsmState

TeamRoundGameMode::RoundStateFSM::RoundState proofps_dd::MsgGameRoundStateFromServer::m_fsmState

Definition at line 251 of file PRooFPS-dd-packet.h.

◆ m_nTeam1RoundWins

unsigned int proofps_dd::MsgGameRoundStateFromServer::m_nTeam1RoundWins

Definition at line 253 of file PRooFPS-dd-packet.h.

◆ m_nTeam2RoundWins

unsigned int proofps_dd::MsgGameRoundStateFromServer::m_nTeam2RoundWins

Definition at line 254 of file PRooFPS-dd-packet.h.

◆ m_nTimeRemainingInCurrentStateMillisecs

unsigned int proofps_dd::MsgGameRoundStateFromServer::m_nTimeRemainingInCurrentStateMillisecs

Definition at line 252 of file PRooFPS-dd-packet.h.


The documentation for this struct was generated from the following file: