SwiftlyS2

gameserveritem_t

Class gameserveritem_t

Namespace: SwiftlyS2.Shared.SteamAPI

Assembly: SwiftlyS2.CS2.dll

[Serializable]
public class gameserveritem_t

Inheritance

Inherited Members

Fields

m_NetAdr

public servernetadr_t m_NetAdr
Field Value

m_bDoNotRefresh

public bool m_bDoNotRefresh
Field Value

m_bHadSuccessfulResponse

public bool m_bHadSuccessfulResponse
Field Value

m_bPassword

public bool m_bPassword
Field Value

m_bSecure

public bool m_bSecure
Field Value

m_nAppID

public uint m_nAppID
Field Value

m_nBotPlayers

public int m_nBotPlayers
Field Value

m_nMaxPlayers

public int m_nMaxPlayers
Field Value

m_nPing

public int m_nPing
Field Value

m_nPlayers

public int m_nPlayers
Field Value

m_nServerVersion

public int m_nServerVersion
Field Value

m_steamID

public CSteamID m_steamID
Field Value

m_ulTimeLastPlayed

public uint m_ulTimeLastPlayed
Field Value

Methods

GetGameDescription()

public string GetGameDescription()
Returns

GetGameDir()

public string GetGameDir()
Returns

GetGameTags()

public string GetGameTags()
Returns

GetMap()

public string GetMap()
Returns

GetServerName()

public string GetServerName()
Returns

SetGameDescription(string)

public void SetGameDescription(string desc)
Parameters

SetGameDir(string)

public void SetGameDir(string dir)
Parameters

SetGameTags(string)

public void SetGameTags(string tags)
Parameters

SetMap(string)

public void SetMap(string map)
Parameters

SetServerName(string)

public void SetServerName(string name)
Parameters

On this page