Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
Steamworks.gameserveritem_t Class Reference

Public Member Functions

string GetGameDescription ()
 
string GetGameDir ()
 
string GetGameTags ()
 
string GetMap ()
 
string GetServerName ()
 
void SetGameDescription (string desc)
 
void SetGameDir (string dir)
 
void SetGameTags (string tags)
 
void SetMap (string map)
 
void SetServerName (string name)
 

Public Attributes

bool m_bDoNotRefresh
 server is marked as not responding and should no longer be refreshed More...
 
bool m_bHadSuccessfulResponse
 server has responded successfully in the past More...
 
bool m_bPassword
 true if this server needs a password to join More...
 
bool m_bSecure
 Is this server protected by VAC. More...
 
uint m_nAppID
 Steam App ID of this server. More...
 
int m_nBotPlayers
 Number of bots (i.e simulated players) on this server. More...
 
servernetadr_t m_NetAdr
 IP/Query Port/Connection Port for this server. More...
 
int m_nMaxPlayers
 Maximum players that can join this server. More...
 
int m_nPing
 current ping time in milliseconds More...
 
int m_nPlayers
 total number of players currently on the server. INCLUDES BOTS!! More...
 
int m_nServerVersion
 server version as reported to Steam More...
 
CSteamID m_steamID
 
uint m_ulTimeLastPlayed
 time (in unix time) when this server was last played on (for favorite/history servers) More...
 

Member Function Documentation

string Steamworks.gameserveritem_t.GetGameDescription ( )
inline
string Steamworks.gameserveritem_t.GetGameDir ( )
inline
string Steamworks.gameserveritem_t.GetGameTags ( )
inline
string Steamworks.gameserveritem_t.GetMap ( )
inline
string Steamworks.gameserveritem_t.GetServerName ( )
inline
void Steamworks.gameserveritem_t.SetGameDescription ( string  desc)
inline
void Steamworks.gameserveritem_t.SetGameDir ( string  dir)
inline
void Steamworks.gameserveritem_t.SetGameTags ( string  tags)
inline
void Steamworks.gameserveritem_t.SetMap ( string  map)
inline
void Steamworks.gameserveritem_t.SetServerName ( string  name)
inline

Member Data Documentation

bool Steamworks.gameserveritem_t.m_bDoNotRefresh

server is marked as not responding and should no longer be refreshed

bool Steamworks.gameserveritem_t.m_bHadSuccessfulResponse

server has responded successfully in the past

bool Steamworks.gameserveritem_t.m_bPassword

true if this server needs a password to join

bool Steamworks.gameserveritem_t.m_bSecure

Is this server protected by VAC.

uint Steamworks.gameserveritem_t.m_nAppID

Steam App ID of this server.

int Steamworks.gameserveritem_t.m_nBotPlayers

Number of bots (i.e simulated players) on this server.

servernetadr_t Steamworks.gameserveritem_t.m_NetAdr

IP/Query Port/Connection Port for this server.

int Steamworks.gameserveritem_t.m_nMaxPlayers

Maximum players that can join this server.

int Steamworks.gameserveritem_t.m_nPing

current ping time in milliseconds

int Steamworks.gameserveritem_t.m_nPlayers

total number of players currently on the server. INCLUDES BOTS!!

int Steamworks.gameserveritem_t.m_nServerVersion

server version as reported to Steam

CSteamID Steamworks.gameserveritem_t.m_steamID
uint Steamworks.gameserveritem_t.m_ulTimeLastPlayed

time (in unix time) when this server was last played on (for favorite/history servers)


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