-
Notifications
You must be signed in to change notification settings - Fork 17
steam
CapsAdmin edited this page Dec 9, 2017
·
27 revisions
##shared
- steam.CommunityIDToSteamID(id)
- steam.DownloadWorkshopCollection(id, callback)
- steam.DownloadWorkshop(id, callback)
- steam.FindSourceGame(name)
- steam.GetAppIdFromName(search)
- steam.GetGameFolders(skip_mods)
- steam.GetGamePath(game)
- steam.GetInstallPath()
- steam.GetLibraryFolders()
- steam.GetMountedSourceGames()
- steam.GetServerClients(ip, port, callback)
- steam.GetServerInfo(ip, port, callback)
- steam.GetServerPing(ip, port, callback)
- steam.GetServerRules(ip, port, callback)
- steam.GetSkyTexture()
- steam.GetSourceGames()
- steam.GetWebAPIKey()
- steam.GetWebAPIService(name)
- steam.InitializeSteamWorks()
- steam.InitializeWebAPI(force)
- steam.IsSteamClientAvailible()
- steam.LoadMap(path)
- steam.LoadSkyTexture(name)
- steam.LoadVMT(path, on_property, on_error, on_shader)
- steam.MountGamesFromMapPath(path)
- steam.MountSourceGame(game_info)
- steam.MountSourceGames()
- steam.SetMap(name)
- steam.SpawnMapEntities(path, parent)
- steam.SteamIDToCommunityID(id)
- steam.UnmountAllSourceGames()
- steam.UnmountSourceGame(game_info)
- steam.UpdateSupportedWebAPI(callback)