Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
SteamDir = ""
)
Functions ¶
func BuildScriptFile ¶
func DownloadSteamCMD ¶
func DownloadSteamCMD() error
func ExtractArchive ¶
func GetLatestVersion ¶ added in v1.0.70
func InitSteamCMD ¶
func InitSteamCMD()
func InstallSFServer ¶ added in v1.0.70
func IsInstalled ¶
func IsInstalled() bool
Types ¶
type DepotData ¶ added in v1.0.70
type DepotData struct {
Data struct {
AppId struct {
Depots struct {
Branches struct {
Public struct {
Buildid string `json:"buildid"`
} `json:"public"`
Experimental struct {
Buildid string `json:"buildid"`
} `json:"experimental"`
} `json:"branches"`
} `json:"depots"`
} `json:"1690800"`
} `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.