PGE API 0.4
PR00F's Game Engine full documentation
Loading...
Searching...
No Matches
pge_network::MsgClientAppVersionFromClient Struct Reference

Detailed Description

Definition at line 109 of file PgePacket.h.

#include <PgePacket.h>

Public Attributes

char m_szAppVersion [nAppVersionMaxLength]
 

Static Public Attributes

static const PgePktId id = PgePktId::ClientAppVersion
 
static const uint8_t nAppVersionMaxLength = 48
 

Member Data Documentation

◆ id

const PgePktId pge_network::MsgClientAppVersionFromClient::id = PgePktId::ClientAppVersion
static

Definition at line 111 of file PgePacket.h.

◆ m_szAppVersion

char pge_network::MsgClientAppVersionFromClient::m_szAppVersion[nAppVersionMaxLength]

Definition at line 114 of file PgePacket.h.

◆ nAppVersionMaxLength

const uint8_t pge_network::MsgClientAppVersionFromClient::nAppVersionMaxLength = 48
static

Definition at line 112 of file PgePacket.h.


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