Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions configs/SteamClient.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@
"name": "GetISteamScreenshots",
"args": ["SteamAPI.GetHSteamUser()", "SteamAPI.GetHSteamPipe()", "Constants.STEAMSCREENSHOTS_INTERFACE_VERSION"]
},
{
"name": "GetISteamGameSearch",
"args": ["SteamAPI.GetHSteamUser()", "SteamAPI.GetHSteamPipe()", "Constants.STEAMGAMESEARCH_INTERFACE_VERSION"]
},
{
"name": "GetIPCCallCount",
"label": true
Expand Down Expand Up @@ -125,10 +121,6 @@
"name": "GetISteamMusic",
"args": ["SteamAPI.GetHSteamUser()", "SteamAPI.GetHSteamPipe()", "Constants.STEAMMUSIC_INTERFACE_VERSION"]
},
{
"name": "GetISteamMusicRemote",
"args": ["SteamAPI.GetHSteamUser()", "SteamAPI.GetHSteamPipe()", "Constants.STEAMMUSICREMOTE_INTERFACE_VERSION"]
},
{
"name": "GetISteamHTMLSurface",
"args": ["SteamAPI.GetHSteamUser()", "SteamAPI.GetHSteamPipe()", "Constants.STEAMHTMLSURFACE_INTERFACE_VERSION"]
Expand Down
8 changes: 0 additions & 8 deletions configs/SteamFriends.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
"name": "GetPersonaName",
"label": true
},
{
"name": "SetPersonaName",
"args": ["SteamFriends.GetPersonaName()"]
},
{
"name": "GetPersonaState",
"label": true
Expand Down Expand Up @@ -255,10 +251,6 @@
"label": true,
"args": ["m_Clan", "0"]
},
{
"name": "GetUserRestrictions",
"label": true
},
{
"name": "SetRichPresence",
"args": ["\"status\"", "\"Testing 1.. 2.. 3..\""]
Expand Down
4 changes: 0 additions & 4 deletions configs/SteamMatchmaking.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@
{
"name": "SetLinkedLobby",
"args": ["m_Lobby", "m_Lobby"]
},
{
"name": "CheckForPSNGameBootInvite",
"skip": "PS3 Only."
}
],

Expand Down
119 changes: 107 additions & 12 deletions configs/SteamTimeline.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,126 @@
{
"variables":
[
["TimelineEventHandle_t", "m_RangeEvent"]
],

"callresults":
[
"SteamTimelineEventRecordingExists_t",
"SteamTimelineGamePhaseRecordingExists_t"
],

"functions": [
{
"name": "SetTimelineStateDescription",
"name": "SetTimelineTooltip",
"args": [
"\"Description\"",
"\"Tooltip Description\"",
"0.0f"
]
},
{
"name": "ClearTimelineStateDescription",
"name": "ClearTimelineTooltip",
"args": [ "0.0f" ]
},
{
"name": "AddTimelineEvent",
"name": "SetTimelineGameMode",
"args": [ "ETimelineGameMode.k_ETimelineGameMode_Menus" ]
},
{
"name": "AddInstantaneousTimelineEvent",
"args": [
"\"steam_marker\"",
"\"Test Event\"",
"\"Test Description\"",
"\"Test Inst Event\"",
"\"Test Inst Description\"",
"\"\"",
"0"
]
},
{
"name": "AddRangeTimelineEvent",
"args": [
"\"Test Range Event\"",
"\"Test Range Description\"",
"\"\"",
"0"
],
"returnname": "m_RangeEvent"
},
{
"name": "StartRangeTimelineEvent",
"args": [
"\"Test Range Event\"",
"\"Test Range Description\"",
"\"\"",
"0",
"-5.0f",
"5.0f",
"ETimelineEventClipPriority.k_ETimelineEventClipPriority_Standard"
"0.0f",
"ETimelineEventClipPriority.k_ETimelineEventClipPriority_None"
],
"returnname": "m_RangeEvent"
},
{
"name": "UpdateRangeTimelineEvent",
"args": [
"m_RangeEvent",
"\"Test Updated Event\"",
"\"Test Updated Description\"",
"\"\"",
"0",
"ETimelineEventClipPriority.k_ETimelineEventClipPriority_None"
]
},
{
"name": "SetTimelineGameMode",
"args": [ "ETimelineGameMode.k_ETimelineGameMode_Playing" ]
"name": "EndRangeTimelineEvent",
"args": [
"m_RangeEvent",
"0.0f"
]
},
{
"name": "RemoveTimelineEvent",
"args": [ "m_RangeEvent" ]
},
{
"name": "DoesEventRecordingExist",
"args": [ "m_RangeEvent" ]
},
{
"name": "StartGamePhase"
},
{
"name": "EndGamePhase"
},
{
"name": "SetGamePhaseID",
"args": [ "\"Test Game Phase\"" ]
},
{
"name": "DoesGamePhaseRecordingExist",
"args": [ "\"Test Game Phase\"" ]
},
{
"name": "AddGamePhaseTag",
"args": [
"\"Tag\"",
"\"\"",
"\"Tag Group\"",
"0"
]
},
{
"name": "SetGamePhaseAttribute",
"args": [
"\"Attr Group\"",
"\"Attr Value\"",
"0"
]
},
{
"name": "OpenOverlayToGamePhase",
"args": [ "\"Test Game Phase\"" ]
},
{
"name": "OpenOverlayToTimelineEvent",
"args": [ "m_RangeEvent" ]
}
]
}
10 changes: 10 additions & 0 deletions configs/SteamUGC.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,16 @@
"name": "GetUserContentDescriptorPreferences",
"outargs": [["EUGCContentDescriptorID[]", "pvecDescriptors = new EUGCContentDescriptorID[100]"]],
"args": ["pvecDescriptors", "(uint)pvecDescriptors.Length"]
},
{
"name": "SetItemsDisabledLocally",
"precall": ["PublishedFileId_t[] PublishedFileIds = new PublishedFileId_t[] { TestConstants.Instance.k_PublishedFileId_Champions };"],
"args": ["PublishedFileIds", "(uint)PublishedFileIds.Length", "false"]
},
{
"name": "SetSubscriptionsLoadOrder",
"precall": ["PublishedFileId_t[] PublishedFileIds = new PublishedFileId_t[] { TestConstants.Instance.k_PublishedFileId_Champions };"],
"args": ["PublishedFileIds", "(uint)PublishedFileIds.Length"]
}
],

Expand Down
3 changes: 0 additions & 3 deletions configs/SteamUserStats.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@

"functions":
[
{
"name": "RequestCurrentStats"
},
{
"name": "GetStat",
"label": true,
Expand Down