mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-06 05:25:43 -05:00
Added extra steam_api binaries
This commit is contained in:
@@ -18,22 +18,6 @@
|
||||
"SetGameType": 12,
|
||||
"BGetUserAchievementStatus": 13
|
||||
},
|
||||
"SteamMasterServerUpdater001": {
|
||||
"SetActive": 0,
|
||||
"SetHeartbeatInterval": 1,
|
||||
"HandleIncomingPacket": 2,
|
||||
"GetNextOutgoingPacket": 3,
|
||||
"SetBasicServerData": 4,
|
||||
"ClearAllKeyValues": 5,
|
||||
"SetKeyValue": 6,
|
||||
"NotifyShutdown": 7,
|
||||
"WasRestartRequested": 8,
|
||||
"ForceHeartbeat": 9,
|
||||
"AddMasterServer": 10,
|
||||
"RemoveMasterServer": 11,
|
||||
"GetNumMasterServers": 12,
|
||||
"GetMasterServerAddress": 13
|
||||
},
|
||||
"SteamFriends003": {
|
||||
"GetPersonaName": 0,
|
||||
"SetPersonaName": 1,
|
||||
@@ -80,14 +64,21 @@
|
||||
"SetWarningMessageHook": 20,
|
||||
"GetISteamRemoteStorage": 21
|
||||
},
|
||||
"SteamUser009": {
|
||||
"GetHSteamUser": 0,
|
||||
"BLoggedOn": 1,
|
||||
"GetSteamID": 2,
|
||||
"InitiateGameConnection": 3,
|
||||
"TerminateGameConnection": 4,
|
||||
"TrackAppUsageEvent": 5,
|
||||
"RefreshSteam2Login": 6
|
||||
"SteamMasterServerUpdater001": {
|
||||
"SetActive": 0,
|
||||
"SetHeartbeatInterval": 1,
|
||||
"HandleIncomingPacket": 2,
|
||||
"GetNextOutgoingPacket": 3,
|
||||
"SetBasicServerData": 4,
|
||||
"ClearAllKeyValues": 5,
|
||||
"SetKeyValue": 6,
|
||||
"NotifyShutdown": 7,
|
||||
"WasRestartRequested": 8,
|
||||
"ForceHeartbeat": 9,
|
||||
"AddMasterServer": 10,
|
||||
"RemoveMasterServer": 11,
|
||||
"GetNumMasterServers": 12,
|
||||
"GetMasterServerAddress": 13
|
||||
},
|
||||
"SteamNetworking001": {
|
||||
"CreateListenSocket": 0,
|
||||
@@ -103,6 +94,15 @@
|
||||
"GetSocketInfo": 10,
|
||||
"GetListenSocketInfo": 11
|
||||
},
|
||||
"SteamUser009": {
|
||||
"GetHSteamUser": 0,
|
||||
"BLoggedOn": 1,
|
||||
"GetSteamID": 2,
|
||||
"InitiateGameConnection": 3,
|
||||
"TerminateGameConnection": 4,
|
||||
"TrackAppUsageEvent": 5,
|
||||
"RefreshSteam2Login": 6
|
||||
},
|
||||
"STEAMUSERSTATS_INTERFACE_VERSION003": {
|
||||
"RequestCurrentStats": 0,
|
||||
"GetStat": 2,
|
||||
@@ -306,15 +306,6 @@
|
||||
"RequestUserGroupStatus": 15,
|
||||
"GetPublicIP": 16
|
||||
},
|
||||
"STEAMREMOTESTORAGE_INTERFACE_VERSION002": {
|
||||
"FileWrite": 0,
|
||||
"GetFileSize": 1,
|
||||
"FileRead": 2,
|
||||
"FileExists": 3,
|
||||
"GetFileCount": 4,
|
||||
"GetFileNameAndSize": 5,
|
||||
"GetQuota": 6
|
||||
},
|
||||
"SteamNetworking002": {
|
||||
"CreateListenSocket": 0,
|
||||
"CreateP2PConnectionSocket": 1,
|
||||
@@ -331,6 +322,15 @@
|
||||
"GetSocketConnectionType": 12,
|
||||
"GetMaxPacketSize": 13
|
||||
},
|
||||
"STEAMREMOTESTORAGE_INTERFACE_VERSION002": {
|
||||
"FileWrite": 0,
|
||||
"GetFileSize": 1,
|
||||
"FileRead": 2,
|
||||
"FileExists": 3,
|
||||
"GetFileCount": 4,
|
||||
"GetFileNameAndSize": 5,
|
||||
"GetQuota": 6
|
||||
},
|
||||
"STEAMUSERSTATS_INTERFACE_VERSION004": {
|
||||
"RequestCurrentStats": 0,
|
||||
"GetStat": 2,
|
||||
@@ -653,6 +653,31 @@
|
||||
"GetIPCCallCount": 20,
|
||||
"SetWarningMessageHook": 21
|
||||
},
|
||||
"SteamGameStats001": {
|
||||
"GetNewSession": 0,
|
||||
"EndSession": 1,
|
||||
"AddSessionAttributeInt": 2,
|
||||
"AddSessionAttributeString": 3,
|
||||
"AddSessionAttributeFloat": 4,
|
||||
"AddNewRow": 5,
|
||||
"CommitRow": 6,
|
||||
"CommitOutstandingRows": 7,
|
||||
"AddRowAttributeInt": 8,
|
||||
"AddRowAtributeString": 9,
|
||||
"AddRowAttributeFloat": 10,
|
||||
"AddSessionAttributeInt64": 11,
|
||||
"AddRowAttributeInt64": 12
|
||||
},
|
||||
"SteamGameServerStats001": {
|
||||
"RequestUserStats": 0,
|
||||
"GetUserStat": 2,
|
||||
"GetUserAchievement": 3,
|
||||
"SetUserStat": 5,
|
||||
"UpdateUserAvgRateStat": 6,
|
||||
"SetUserAchievement": 7,
|
||||
"ClearUserAchievement": 8,
|
||||
"StoreUserStats": 9
|
||||
},
|
||||
"SteamGameServer010": {
|
||||
"LogOn": 0,
|
||||
"LogOff": 1,
|
||||
@@ -678,31 +703,6 @@
|
||||
"EndAuthSession": 21,
|
||||
"CancelAuthTicket": 22
|
||||
},
|
||||
"SteamGameServerStats001": {
|
||||
"RequestUserStats": 0,
|
||||
"GetUserStat": 2,
|
||||
"GetUserAchievement": 3,
|
||||
"SetUserStat": 5,
|
||||
"UpdateUserAvgRateStat": 6,
|
||||
"SetUserAchievement": 7,
|
||||
"ClearUserAchievement": 8,
|
||||
"StoreUserStats": 9
|
||||
},
|
||||
"SteamGameStats001": {
|
||||
"GetNewSession": 0,
|
||||
"EndSession": 1,
|
||||
"AddSessionAttributeInt": 2,
|
||||
"AddSessionAttributeString": 3,
|
||||
"AddSessionAttributeFloat": 4,
|
||||
"AddNewRow": 5,
|
||||
"CommitRow": 6,
|
||||
"CommitOutstandingRows": 7,
|
||||
"AddRowAttributeInt": 8,
|
||||
"AddRowAtributeString": 9,
|
||||
"AddRowAttributeFloat": 10,
|
||||
"AddSessionAttributeInt64": 11,
|
||||
"AddRowAttributeInt64": 12
|
||||
},
|
||||
"STEAMUSERSTATS_INTERFACE_VERSION007": {
|
||||
"RequestCurrentStats": 0,
|
||||
"GetStat": 2,
|
||||
@@ -795,28 +795,6 @@
|
||||
"GetMediumFriendAvatar": 26,
|
||||
"GetLargeFriendAvatar": 27
|
||||
},
|
||||
"SteamNetworking004": {
|
||||
"SendP2PPacket": 0,
|
||||
"IsP2PPacketAvailable": 1,
|
||||
"ReadP2PPacket": 2,
|
||||
"AcceptP2PSessionWithUser": 3,
|
||||
"CloseP2PSessionWithUser": 4,
|
||||
"GetP2PSessionState": 5,
|
||||
"CreateListenSocket": 6,
|
||||
"CreateP2PConnectionSocket": 7,
|
||||
"CreateConnectionSocket": 8,
|
||||
"DestroySocket": 9,
|
||||
"DestroyListenSocket": 10,
|
||||
"SendDataOnSocket": 11,
|
||||
"IsDataAvailableOnSocket": 12,
|
||||
"RetrieveDataFromSocket": 13,
|
||||
"IsDataAvailable": 14,
|
||||
"RetrieveData": 15,
|
||||
"GetSocketInfo": 16,
|
||||
"GetListenSocketInfo": 17,
|
||||
"GetSocketConnectionType": 18,
|
||||
"GetMaxPacketSize": 19
|
||||
},
|
||||
"SteamUser014": {
|
||||
"GetHSteamUser": 0,
|
||||
"BLoggedOn": 1,
|
||||
@@ -843,6 +821,28 @@
|
||||
"LogOnAndLinkSteamAccountToPSN": 22,
|
||||
"LogOnAndCreateNewSteamAccountIfNeeded": 23
|
||||
},
|
||||
"SteamNetworking004": {
|
||||
"SendP2PPacket": 0,
|
||||
"IsP2PPacketAvailable": 1,
|
||||
"ReadP2PPacket": 2,
|
||||
"AcceptP2PSessionWithUser": 3,
|
||||
"CloseP2PSessionWithUser": 4,
|
||||
"GetP2PSessionState": 5,
|
||||
"CreateListenSocket": 6,
|
||||
"CreateP2PConnectionSocket": 7,
|
||||
"CreateConnectionSocket": 8,
|
||||
"DestroySocket": 9,
|
||||
"DestroyListenSocket": 10,
|
||||
"SendDataOnSocket": 11,
|
||||
"IsDataAvailableOnSocket": 12,
|
||||
"RetrieveDataFromSocket": 13,
|
||||
"IsDataAvailable": 14,
|
||||
"RetrieveData": 15,
|
||||
"GetSocketInfo": 16,
|
||||
"GetListenSocketInfo": 17,
|
||||
"GetSocketConnectionType": 18,
|
||||
"GetMaxPacketSize": 19
|
||||
},
|
||||
"STEAMAPPS_INTERFACE_VERSION004": {
|
||||
"BIsSubscribed": 0,
|
||||
"BIsLowViolence": 1,
|
||||
@@ -1746,6 +1746,37 @@
|
||||
"LogOnAndCreateNewSteamAccountIfNeeded": 26,
|
||||
"GetConsoleSteamID": 27
|
||||
},
|
||||
"SteamUtils006": {
|
||||
"GetSecondsSinceAppActive": 0,
|
||||
"GetSecondsSinceComputerActive": 1,
|
||||
"GetConnectedUniverse": 2,
|
||||
"GetServerRealTime": 3,
|
||||
"GetIPCountry": 4,
|
||||
"GetImageSize": 5,
|
||||
"GetImageRGBA": 6,
|
||||
"GetCSERIPPort": 7,
|
||||
"GetCurrentBatteryPower": 8,
|
||||
"GetAppID": 9,
|
||||
"SetOverlayNotificationPosition": 10,
|
||||
"IsAPICallCompleted": 11,
|
||||
"GetAPICallFailureReason": 12,
|
||||
"GetAPICallResult": 13,
|
||||
"RunFrame": 14,
|
||||
"GetIPCCallCount": 15,
|
||||
"SetWarningMessageHook": 16,
|
||||
"IsOverlayEnabled": 17,
|
||||
"BOverlayNeedsPresent": 18,
|
||||
"ShowGamepadTextInput": 19,
|
||||
"GetEnteredGamepadTextLength": 20,
|
||||
"GetEnteredGamepadTextInput": 21,
|
||||
"GetSteamUILanguage": 22,
|
||||
"IsSteamRunningInVR": 23,
|
||||
"CheckFileSignature": 24,
|
||||
"PostPS3SysutilCallback": 25,
|
||||
"BIsReadyToShutdown": 26,
|
||||
"BIsPSNOnline": 27,
|
||||
"SetPSNGameBootInviteStrings": 28
|
||||
},
|
||||
"STEAMREMOTESTORAGE_INTERFACE_VERSION011": {
|
||||
"FileWrite": 0,
|
||||
"FileRead": 1,
|
||||
@@ -1805,37 +1836,6 @@
|
||||
"SynchronizeToServer": 55,
|
||||
"ResetFileRequestState": 56
|
||||
},
|
||||
"SteamUtils006": {
|
||||
"GetSecondsSinceAppActive": 0,
|
||||
"GetSecondsSinceComputerActive": 1,
|
||||
"GetConnectedUniverse": 2,
|
||||
"GetServerRealTime": 3,
|
||||
"GetIPCountry": 4,
|
||||
"GetImageSize": 5,
|
||||
"GetImageRGBA": 6,
|
||||
"GetCSERIPPort": 7,
|
||||
"GetCurrentBatteryPower": 8,
|
||||
"GetAppID": 9,
|
||||
"SetOverlayNotificationPosition": 10,
|
||||
"IsAPICallCompleted": 11,
|
||||
"GetAPICallFailureReason": 12,
|
||||
"GetAPICallResult": 13,
|
||||
"RunFrame": 14,
|
||||
"GetIPCCallCount": 15,
|
||||
"SetWarningMessageHook": 16,
|
||||
"IsOverlayEnabled": 17,
|
||||
"BOverlayNeedsPresent": 18,
|
||||
"ShowGamepadTextInput": 19,
|
||||
"GetEnteredGamepadTextLength": 20,
|
||||
"GetEnteredGamepadTextInput": 21,
|
||||
"GetSteamUILanguage": 22,
|
||||
"IsSteamRunningInVR": 23,
|
||||
"CheckFileSignature": 24,
|
||||
"PostPS3SysutilCallback": 25,
|
||||
"BIsReadyToShutdown": 26,
|
||||
"BIsPSNOnline": 27,
|
||||
"SetPSNGameBootInviteStrings": 28
|
||||
},
|
||||
"STEAMAPPS_INTERFACE_VERSION006": {
|
||||
"BIsSubscribed": 0,
|
||||
"BIsLowViolence": 1,
|
||||
@@ -2041,17 +2041,6 @@
|
||||
"GetISteamMusic": 28,
|
||||
"GetISteamPS3OverlayRender": 29
|
||||
},
|
||||
"STEAMMUSIC_INTERFACE_VERSION001": {
|
||||
"BIsEnabled": 0,
|
||||
"BIsPlaying": 1,
|
||||
"GetPlaybackStatus": 2,
|
||||
"Play": 3,
|
||||
"Pause": 4,
|
||||
"PlayPrevious": 5,
|
||||
"PlayNext": 6,
|
||||
"SetVolume": 7,
|
||||
"GetVolume": 8
|
||||
},
|
||||
"SteamGameServer012": {
|
||||
"InitGameServer": 0,
|
||||
"SetProduct": 1,
|
||||
@@ -2098,6 +2087,17 @@
|
||||
"AssociateWithClan": 42,
|
||||
"ComputeNewPlayerCompatibility": 43
|
||||
},
|
||||
"STEAMMUSIC_INTERFACE_VERSION001": {
|
||||
"BIsEnabled": 0,
|
||||
"BIsPlaying": 1,
|
||||
"GetPlaybackStatus": 2,
|
||||
"Play": 3,
|
||||
"Pause": 4,
|
||||
"PlayPrevious": 5,
|
||||
"PlayNext": 6,
|
||||
"SetVolume": 7,
|
||||
"GetVolume": 8
|
||||
},
|
||||
"STEAMUGC_INTERFACE_VERSION002": {
|
||||
"CreateQueryUserUGCRequest": 0,
|
||||
"CreateQueryAllUGCRequest": 1,
|
||||
@@ -2263,39 +2263,6 @@
|
||||
"Set_SteamAPI_CCheckCallbackRegisteredInProcess": 33,
|
||||
"GetISteamPS3OverlayRender": 34
|
||||
},
|
||||
"STEAMUGC_INTERFACE_VERSION003": {
|
||||
"CreateQueryUserUGCRequest": 0,
|
||||
"CreateQueryAllUGCRequest": 1,
|
||||
"SendQueryUGCRequest": 2,
|
||||
"GetQueryUGCResult": 3,
|
||||
"ReleaseQueryUGCRequest": 4,
|
||||
"AddRequiredTag": 5,
|
||||
"AddExcludedTag": 6,
|
||||
"SetReturnLongDescription": 7,
|
||||
"SetReturnTotalOnly": 8,
|
||||
"SetAllowCachedResponse": 9,
|
||||
"SetCloudFileNameFilter": 10,
|
||||
"SetMatchAnyTag": 11,
|
||||
"SetSearchText": 12,
|
||||
"SetRankedByTrendDays": 13,
|
||||
"RequestUGCDetails": 14,
|
||||
"CreateItem": 15,
|
||||
"StartItemUpdate": 16,
|
||||
"SetItemTitle": 17,
|
||||
"SetItemDescription": 18,
|
||||
"SetItemVisibility": 19,
|
||||
"SetItemTags": 20,
|
||||
"SetItemContent": 21,
|
||||
"SetItemPreview": 22,
|
||||
"SubmitItemUpdate": 23,
|
||||
"GetItemUpdateProgress": 24,
|
||||
"SubscribeItem": 25,
|
||||
"UnsubscribeItem": 26,
|
||||
"GetNumSubscribedItems": 27,
|
||||
"GetSubscribedItems": 28,
|
||||
"GetItemInstallInfo": 29,
|
||||
"GetItemUpdateInfo": 30
|
||||
},
|
||||
"STEAMHTMLSURFACE_INTERFACE_VERSION_002": {
|
||||
"Init": 0,
|
||||
"Shutdown": 1,
|
||||
@@ -2332,6 +2299,39 @@
|
||||
"JSDialogResponse": 32,
|
||||
"FileLoadDialogResponse": 33
|
||||
},
|
||||
"STEAMUGC_INTERFACE_VERSION003": {
|
||||
"CreateQueryUserUGCRequest": 0,
|
||||
"CreateQueryAllUGCRequest": 1,
|
||||
"SendQueryUGCRequest": 2,
|
||||
"GetQueryUGCResult": 3,
|
||||
"ReleaseQueryUGCRequest": 4,
|
||||
"AddRequiredTag": 5,
|
||||
"AddExcludedTag": 6,
|
||||
"SetReturnLongDescription": 7,
|
||||
"SetReturnTotalOnly": 8,
|
||||
"SetAllowCachedResponse": 9,
|
||||
"SetCloudFileNameFilter": 10,
|
||||
"SetMatchAnyTag": 11,
|
||||
"SetSearchText": 12,
|
||||
"SetRankedByTrendDays": 13,
|
||||
"RequestUGCDetails": 14,
|
||||
"CreateItem": 15,
|
||||
"StartItemUpdate": 16,
|
||||
"SetItemTitle": 17,
|
||||
"SetItemDescription": 18,
|
||||
"SetItemVisibility": 19,
|
||||
"SetItemTags": 20,
|
||||
"SetItemContent": 21,
|
||||
"SetItemPreview": 22,
|
||||
"SubmitItemUpdate": 23,
|
||||
"GetItemUpdateProgress": 24,
|
||||
"SubscribeItem": 25,
|
||||
"UnsubscribeItem": 26,
|
||||
"GetNumSubscribedItems": 27,
|
||||
"GetSubscribedItems": 28,
|
||||
"GetItemInstallInfo": 29,
|
||||
"GetItemUpdateInfo": 30
|
||||
},
|
||||
"STEAMAPPS_INTERFACE_VERSION007": {
|
||||
"BIsSubscribed": 0,
|
||||
"BIsLowViolence": 1,
|
||||
@@ -2954,68 +2954,6 @@
|
||||
"IsScreenshotsHooked": 7,
|
||||
"AddVRScreenshotToLibrary": 8
|
||||
},
|
||||
"STEAMREMOTESTORAGE_INTERFACE_VERSION014": {
|
||||
"FileWrite": 0,
|
||||
"FileRead": 1,
|
||||
"FileWriteAsync": 2,
|
||||
"FileReadAsync": 3,
|
||||
"FileReadAsyncComplete": 4,
|
||||
"FileForget": 5,
|
||||
"FileDelete": 6,
|
||||
"FileShare": 7,
|
||||
"SetSyncPlatforms": 8,
|
||||
"FileWriteStreamOpen": 9,
|
||||
"FileWriteStreamWriteChunk": 10,
|
||||
"FileWriteStreamClose": 11,
|
||||
"FileWriteStreamCancel": 12,
|
||||
"FileExists": 13,
|
||||
"FilePersisted": 14,
|
||||
"GetFileSize": 15,
|
||||
"GetFileTimestamp": 16,
|
||||
"GetSyncPlatforms": 17,
|
||||
"GetFileCount": 18,
|
||||
"GetFileNameAndSize": 19,
|
||||
"GetQuota": 20,
|
||||
"IsCloudEnabledForAccount": 21,
|
||||
"IsCloudEnabledForApp": 22,
|
||||
"SetCloudEnabledForApp": 23,
|
||||
"UGCDownload": 24,
|
||||
"GetUGCDownloadProgress": 25,
|
||||
"GetUGCDetails": 26,
|
||||
"UGCRead": 27,
|
||||
"GetCachedUGCCount": 28,
|
||||
"PublishWorkshopFile": 29,
|
||||
"CreatePublishedFileUpdateRequest": 30,
|
||||
"UpdatePublishedFileFile": 31,
|
||||
"UpdatePublishedFilePreviewFile": 32,
|
||||
"UpdatePublishedFileTitle": 33,
|
||||
"UpdatePublishedFileDescription": 34,
|
||||
"UpdatePublishedFileVisibility": 35,
|
||||
"UpdatePublishedFileTags": 36,
|
||||
"CommitPublishedFileUpdate": 37,
|
||||
"GetPublishedFileDetails": 38,
|
||||
"DeletePublishedFile": 39,
|
||||
"EnumerateUserPublishedFiles": 40,
|
||||
"SubscribePublishedFile": 41,
|
||||
"EnumerateUserSubscribedFiles": 42,
|
||||
"UnsubscribePublishedFile": 43,
|
||||
"UpdatePublishedFileSetChangeDescription": 44,
|
||||
"GetPublishedItemVoteDetails": 45,
|
||||
"UpdateUserPublishedItemVote": 46,
|
||||
"GetUserPublishedItemVoteDetails": 47,
|
||||
"EnumerateUserSharedWorkshopFiles": 48,
|
||||
"PublishVideo": 49,
|
||||
"SetUserPublishedFileAction": 50,
|
||||
"EnumeratePublishedFilesByUserAction": 51,
|
||||
"EnumeratePublishedWorkshopFiles": 52,
|
||||
"UGCDownloadToLocation": 53,
|
||||
"GetFileListFromServer": 54,
|
||||
"FileFetch": 55,
|
||||
"FilePersist": 56,
|
||||
"SynchronizeToClient": 57,
|
||||
"SynchronizeToServer": 58,
|
||||
"ResetFileRequestState": 59
|
||||
},
|
||||
"STEAMUGC_INTERFACE_VERSION009": {
|
||||
"CreateQueryUserUGCRequest": 0,
|
||||
"CreateQueryAllUGCRequest": 1,
|
||||
@@ -3085,6 +3023,68 @@
|
||||
"StopPlaytimeTracking": 65,
|
||||
"StopPlaytimeTrackingForAllItems": 66
|
||||
},
|
||||
"STEAMREMOTESTORAGE_INTERFACE_VERSION014": {
|
||||
"FileWrite": 0,
|
||||
"FileRead": 1,
|
||||
"FileWriteAsync": 2,
|
||||
"FileReadAsync": 3,
|
||||
"FileReadAsyncComplete": 4,
|
||||
"FileForget": 5,
|
||||
"FileDelete": 6,
|
||||
"FileShare": 7,
|
||||
"SetSyncPlatforms": 8,
|
||||
"FileWriteStreamOpen": 9,
|
||||
"FileWriteStreamWriteChunk": 10,
|
||||
"FileWriteStreamClose": 11,
|
||||
"FileWriteStreamCancel": 12,
|
||||
"FileExists": 13,
|
||||
"FilePersisted": 14,
|
||||
"GetFileSize": 15,
|
||||
"GetFileTimestamp": 16,
|
||||
"GetSyncPlatforms": 17,
|
||||
"GetFileCount": 18,
|
||||
"GetFileNameAndSize": 19,
|
||||
"GetQuota": 20,
|
||||
"IsCloudEnabledForAccount": 21,
|
||||
"IsCloudEnabledForApp": 22,
|
||||
"SetCloudEnabledForApp": 23,
|
||||
"UGCDownload": 24,
|
||||
"GetUGCDownloadProgress": 25,
|
||||
"GetUGCDetails": 26,
|
||||
"UGCRead": 27,
|
||||
"GetCachedUGCCount": 28,
|
||||
"PublishWorkshopFile": 29,
|
||||
"CreatePublishedFileUpdateRequest": 30,
|
||||
"UpdatePublishedFileFile": 31,
|
||||
"UpdatePublishedFilePreviewFile": 32,
|
||||
"UpdatePublishedFileTitle": 33,
|
||||
"UpdatePublishedFileDescription": 34,
|
||||
"UpdatePublishedFileVisibility": 35,
|
||||
"UpdatePublishedFileTags": 36,
|
||||
"CommitPublishedFileUpdate": 37,
|
||||
"GetPublishedFileDetails": 38,
|
||||
"DeletePublishedFile": 39,
|
||||
"EnumerateUserPublishedFiles": 40,
|
||||
"SubscribePublishedFile": 41,
|
||||
"EnumerateUserSubscribedFiles": 42,
|
||||
"UnsubscribePublishedFile": 43,
|
||||
"UpdatePublishedFileSetChangeDescription": 44,
|
||||
"GetPublishedItemVoteDetails": 45,
|
||||
"UpdateUserPublishedItemVote": 46,
|
||||
"GetUserPublishedItemVoteDetails": 47,
|
||||
"EnumerateUserSharedWorkshopFiles": 48,
|
||||
"PublishVideo": 49,
|
||||
"SetUserPublishedFileAction": 50,
|
||||
"EnumeratePublishedFilesByUserAction": 51,
|
||||
"EnumeratePublishedWorkshopFiles": 52,
|
||||
"UGCDownloadToLocation": 53,
|
||||
"GetFileListFromServer": 54,
|
||||
"FileFetch": 55,
|
||||
"FilePersist": 56,
|
||||
"SynchronizeToClient": 57,
|
||||
"SynchronizeToServer": 58,
|
||||
"ResetFileRequestState": 59
|
||||
},
|
||||
"SteamController005": {
|
||||
"Init": 0,
|
||||
"Shutdown": 1,
|
||||
@@ -3149,42 +3149,6 @@
|
||||
"SetProperty": 35,
|
||||
"SubmitUpdateProperties": 36
|
||||
},
|
||||
"SteamUtils009": {
|
||||
"GetSecondsSinceAppActive": 0,
|
||||
"GetSecondsSinceComputerActive": 1,
|
||||
"GetConnectedUniverse": 2,
|
||||
"GetServerRealTime": 3,
|
||||
"GetIPCountry": 4,
|
||||
"GetImageSize": 5,
|
||||
"GetImageRGBA": 6,
|
||||
"GetCSERIPPort": 7,
|
||||
"GetCurrentBatteryPower": 8,
|
||||
"GetAppID": 9,
|
||||
"SetOverlayNotificationPosition": 10,
|
||||
"IsAPICallCompleted": 11,
|
||||
"GetAPICallFailureReason": 12,
|
||||
"GetAPICallResult": 13,
|
||||
"RunFrame": 14,
|
||||
"GetIPCCallCount": 15,
|
||||
"SetWarningMessageHook": 16,
|
||||
"IsOverlayEnabled": 17,
|
||||
"BOverlayNeedsPresent": 18,
|
||||
"CheckFileSignature": 19,
|
||||
"ShowGamepadTextInput": 20,
|
||||
"GetEnteredGamepadTextLength": 21,
|
||||
"GetEnteredGamepadTextInput": 22,
|
||||
"GetSteamUILanguage": 23,
|
||||
"IsSteamRunningInVR": 24,
|
||||
"SetOverlayNotificationInset": 25,
|
||||
"IsSteamInBigPictureMode": 26,
|
||||
"StartVRDashboard": 27,
|
||||
"IsVRHeadsetStreamingEnabled": 28,
|
||||
"SetVRHeadsetStreamingEnabled": 29,
|
||||
"IsSteamChinaLauncher": 30,
|
||||
"InitFilterText": 31,
|
||||
"FilterText": 32,
|
||||
"GetIPv6ConnectivityState": 33
|
||||
},
|
||||
"STEAMUGC_INTERFACE_VERSION010": {
|
||||
"CreateQueryUserUGCRequest": 0,
|
||||
"CreateQueryAllUGCRequest": 1,
|
||||
@@ -3267,6 +3231,42 @@
|
||||
"GetOPFSettings": 2,
|
||||
"GetOPFStringForApp": 3
|
||||
},
|
||||
"SteamUtils009": {
|
||||
"GetSecondsSinceAppActive": 0,
|
||||
"GetSecondsSinceComputerActive": 1,
|
||||
"GetConnectedUniverse": 2,
|
||||
"GetServerRealTime": 3,
|
||||
"GetIPCountry": 4,
|
||||
"GetImageSize": 5,
|
||||
"GetImageRGBA": 6,
|
||||
"GetCSERIPPort": 7,
|
||||
"GetCurrentBatteryPower": 8,
|
||||
"GetAppID": 9,
|
||||
"SetOverlayNotificationPosition": 10,
|
||||
"IsAPICallCompleted": 11,
|
||||
"GetAPICallFailureReason": 12,
|
||||
"GetAPICallResult": 13,
|
||||
"RunFrame": 14,
|
||||
"GetIPCCallCount": 15,
|
||||
"SetWarningMessageHook": 16,
|
||||
"IsOverlayEnabled": 17,
|
||||
"BOverlayNeedsPresent": 18,
|
||||
"CheckFileSignature": 19,
|
||||
"ShowGamepadTextInput": 20,
|
||||
"GetEnteredGamepadTextLength": 21,
|
||||
"GetEnteredGamepadTextInput": 22,
|
||||
"GetSteamUILanguage": 23,
|
||||
"IsSteamRunningInVR": 24,
|
||||
"SetOverlayNotificationInset": 25,
|
||||
"IsSteamInBigPictureMode": 26,
|
||||
"StartVRDashboard": 27,
|
||||
"IsVRHeadsetStreamingEnabled": 28,
|
||||
"SetVRHeadsetStreamingEnabled": 29,
|
||||
"IsSteamChinaLauncher": 30,
|
||||
"InitFilterText": 31,
|
||||
"FilterText": 32,
|
||||
"GetIPv6ConnectivityState": 33
|
||||
},
|
||||
"STEAMHTMLSURFACE_INTERFACE_VERSION_004": {
|
||||
"Init": 0,
|
||||
"Shutdown": 1,
|
||||
@@ -3346,48 +3346,6 @@
|
||||
"GetGlyphForActionOrigin": 29,
|
||||
"GetInputTypeForHandle": 30
|
||||
},
|
||||
"SteamClient018": {
|
||||
"CreateSteamPipe": 0,
|
||||
"BReleaseSteamPipe": 1,
|
||||
"ConnectToGlobalUser": 2,
|
||||
"CreateLocalUser": 3,
|
||||
"ReleaseUser": 4,
|
||||
"GetISteamUser": 5,
|
||||
"GetISteamGameServer": 6,
|
||||
"SetLocalIPBinding": 7,
|
||||
"GetISteamFriends": 8,
|
||||
"GetISteamUtils": 9,
|
||||
"GetISteamMatchmaking": 10,
|
||||
"GetISteamMatchmakingServers": 11,
|
||||
"GetISteamGenericInterface": 12,
|
||||
"GetISteamUserStats": 13,
|
||||
"GetISteamGameServerStats": 14,
|
||||
"GetISteamApps": 15,
|
||||
"GetISteamNetworking": 16,
|
||||
"GetISteamRemoteStorage": 17,
|
||||
"GetISteamScreenshots": 18,
|
||||
"GetISteamGameSearch": 19,
|
||||
"RunFrame": 20,
|
||||
"GetIPCCallCount": 21,
|
||||
"SetWarningMessageHook": 22,
|
||||
"BShutdownIfAllPipesClosed": 23,
|
||||
"GetISteamHTTP": 24,
|
||||
"DEPRECATED_GetISteamUnifiedMessages": 25,
|
||||
"GetISteamController": 26,
|
||||
"GetISteamUGC": 27,
|
||||
"GetISteamAppList": 28,
|
||||
"GetISteamMusic": 29,
|
||||
"GetISteamMusicRemote": 30,
|
||||
"GetISteamHTMLSurface": 31,
|
||||
"DEPRECATED_Set_SteamAPI_CPostAPIResultInProcess": 32,
|
||||
"DEPRECATED_Remove_SteamAPI_CPostAPIResultInProcess": 33,
|
||||
"Set_SteamAPI_CCheckCallbackRegisteredInProcess": 34,
|
||||
"GetISteamInventory": 35,
|
||||
"GetISteamVideo": 36,
|
||||
"GetISteamParentalSettings": 37,
|
||||
"GetISteamInput": 38,
|
||||
"GetISteamParties": 39
|
||||
},
|
||||
"SteamController007": {
|
||||
"Init": 0,
|
||||
"Shutdown": 1,
|
||||
@@ -3506,6 +3464,48 @@
|
||||
"GetProfileItemPropertyString": 78,
|
||||
"GetProfileItemPropertyUint": 79
|
||||
},
|
||||
"SteamClient018": {
|
||||
"CreateSteamPipe": 0,
|
||||
"BReleaseSteamPipe": 1,
|
||||
"ConnectToGlobalUser": 2,
|
||||
"CreateLocalUser": 3,
|
||||
"ReleaseUser": 4,
|
||||
"GetISteamUser": 5,
|
||||
"GetISteamGameServer": 6,
|
||||
"SetLocalIPBinding": 7,
|
||||
"GetISteamFriends": 8,
|
||||
"GetISteamUtils": 9,
|
||||
"GetISteamMatchmaking": 10,
|
||||
"GetISteamMatchmakingServers": 11,
|
||||
"GetISteamGenericInterface": 12,
|
||||
"GetISteamUserStats": 13,
|
||||
"GetISteamGameServerStats": 14,
|
||||
"GetISteamApps": 15,
|
||||
"GetISteamNetworking": 16,
|
||||
"GetISteamRemoteStorage": 17,
|
||||
"GetISteamScreenshots": 18,
|
||||
"GetISteamGameSearch": 19,
|
||||
"RunFrame": 20,
|
||||
"GetIPCCallCount": 21,
|
||||
"SetWarningMessageHook": 22,
|
||||
"BShutdownIfAllPipesClosed": 23,
|
||||
"GetISteamHTTP": 24,
|
||||
"DEPRECATED_GetISteamUnifiedMessages": 25,
|
||||
"GetISteamController": 26,
|
||||
"GetISteamUGC": 27,
|
||||
"GetISteamAppList": 28,
|
||||
"GetISteamMusic": 29,
|
||||
"GetISteamMusicRemote": 30,
|
||||
"GetISteamHTMLSurface": 31,
|
||||
"DEPRECATED_Set_SteamAPI_CPostAPIResultInProcess": 32,
|
||||
"DEPRECATED_Remove_SteamAPI_CPostAPIResultInProcess": 33,
|
||||
"Set_SteamAPI_CCheckCallbackRegisteredInProcess": 34,
|
||||
"GetISteamInventory": 35,
|
||||
"GetISteamVideo": 36,
|
||||
"GetISteamParentalSettings": 37,
|
||||
"GetISteamInput": 38,
|
||||
"GetISteamParties": 39
|
||||
},
|
||||
"STEAMHTTP_INTERFACE_VERSION003": {
|
||||
"CreateHTTPRequest": 0,
|
||||
"SetHTTPRequestContextValue": 1,
|
||||
@@ -3756,29 +3756,6 @@
|
||||
"GetAppDependencies": 74,
|
||||
"DeleteItem": 75
|
||||
},
|
||||
"SteamNetworkingUtils001": {
|
||||
"GetLocalTimestamp": 0,
|
||||
"SetDebugOutputFunction": 1,
|
||||
"SetConfigValue": 2,
|
||||
"GetConfigValue": 3,
|
||||
"GetConfigValueInfo": 4,
|
||||
"GetFirstConfigValue": 5,
|
||||
"SteamNetworkingIPAddr_ToString": 6,
|
||||
"SteamNetworkingIPAddr_ParseString": 7,
|
||||
"SteamNetworkingIdentity_ToString": 8,
|
||||
"SteamNetworkingIdentity_ParseString": 9,
|
||||
"GetLocalPingLocation": 10,
|
||||
"EstimatePingTimeBetweenTwoLocations": 11,
|
||||
"EstimatePingTimeFromLocalHost": 12,
|
||||
"ConvertPingLocationToString": 13,
|
||||
"ParsePingLocationString": 14,
|
||||
"CheckPingDataUpToDate": 15,
|
||||
"IsPingMeasurementInProgress": 16,
|
||||
"GetPingToDataCenter": 17,
|
||||
"GetDirectPingToPOP": 18,
|
||||
"GetPOPCount": 19,
|
||||
"GetPOPList": 20
|
||||
},
|
||||
"SteamNetworkingSockets002": {
|
||||
"CreateListenSocketIP": 0,
|
||||
"ConnectByIPAddress": 1,
|
||||
@@ -3810,6 +3787,29 @@
|
||||
"CreateHostedDedicatedServerListenSocket": 27,
|
||||
"RunCallbacks": 28
|
||||
},
|
||||
"SteamNetworkingUtils001": {
|
||||
"GetLocalTimestamp": 0,
|
||||
"SetDebugOutputFunction": 1,
|
||||
"SetConfigValue": 2,
|
||||
"GetConfigValue": 3,
|
||||
"GetConfigValueInfo": 4,
|
||||
"GetFirstConfigValue": 5,
|
||||
"SteamNetworkingIPAddr_ToString": 6,
|
||||
"SteamNetworkingIPAddr_ParseString": 7,
|
||||
"SteamNetworkingIdentity_ToString": 8,
|
||||
"SteamNetworkingIdentity_ParseString": 9,
|
||||
"GetLocalPingLocation": 10,
|
||||
"EstimatePingTimeBetweenTwoLocations": 11,
|
||||
"EstimatePingTimeFromLocalHost": 12,
|
||||
"ConvertPingLocationToString": 13,
|
||||
"ParsePingLocationString": 14,
|
||||
"CheckPingDataUpToDate": 15,
|
||||
"IsPingMeasurementInProgress": 16,
|
||||
"GetPingToDataCenter": 17,
|
||||
"GetDirectPingToPOP": 18,
|
||||
"GetPOPCount": 19,
|
||||
"GetPOPList": 20
|
||||
},
|
||||
"SteamNetworkingSockets003": {
|
||||
"CreateListenSocketIP": 0,
|
||||
"ConnectByIPAddress": 1,
|
||||
@@ -3990,15 +3990,6 @@
|
||||
"GetISteamParties": 39,
|
||||
"GetISteamRemotePlay": 40
|
||||
},
|
||||
"STEAMREMOTEPLAY_INTERFACE_VERSION001": {
|
||||
"GetSessionCount": 0,
|
||||
"GetSessionID": 1,
|
||||
"GetSessionSteamID": 2,
|
||||
"GetSessionClientName": 3,
|
||||
"GetSessionClientFormFactor": 4,
|
||||
"BGetSessionClientResolution": 5,
|
||||
"BSendRemotePlayTogetherInvite": 6
|
||||
},
|
||||
"SteamNetworkingSockets004": {
|
||||
"CreateListenSocketIP": 0,
|
||||
"ConnectByIPAddress": 1,
|
||||
@@ -4035,6 +4026,15 @@
|
||||
"GetGameCoordinatorServerLogin": 32,
|
||||
"RunCallbacks": 33
|
||||
},
|
||||
"STEAMREMOTEPLAY_INTERFACE_VERSION001": {
|
||||
"GetSessionCount": 0,
|
||||
"GetSessionID": 1,
|
||||
"GetSessionSteamID": 2,
|
||||
"GetSessionClientName": 3,
|
||||
"GetSessionClientFormFactor": 4,
|
||||
"BGetSessionClientResolution": 5,
|
||||
"BSendRemotePlayTogetherInvite": 6
|
||||
},
|
||||
"SteamClient020": {
|
||||
"CreateSteamPipe": 0,
|
||||
"BReleaseSteamPipe": 1,
|
||||
|
||||
Reference in New Issue
Block a user