We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8d8cc0 + f2424c7 commit 18e1bc3Copy full SHA for 18e1bc3
1 file changed
src/vftableinfo.hpp
@@ -2,16 +2,15 @@
2
3
namespace VFTIndexes
4
{
5
- namespace IClientUser
6
- {
7
- constexpr int GetSteamID = 10;
8
- }
9
namespace IClientApps
10
+ constexpr int RequestAppInfoUpdate = 7;
11
constexpr int GetDLCCount = 8;
12
constexpr int GetDLCDataByIndex = 9;
13
constexpr int GetAppType = 10;
+ constexpr int GetUpdateInfo = 20;
14
}
+
15
namespace IClientAppManager
16
17
constexpr int InstallApp = 0;
0 commit comments