1

是否可以通过 Steamworks API 的 C++ 获取 steamworks SDK 的当前版本?

如果是,如何?

这就是我要找的

4

1 回答 1

0

您可以使用

ISteamAppList * GetISteamAppList( HSteamUser hSteamUser, HSteamPipe hSteamPipe, const char *pchVersion );
...

pchVersion  const char *    The version string that identifies the version of the interface that you receive.
Retrieves the ISteamAppList interface associated with the specified user handle, only available on specially registered apps.
于 2021-09-01T07:22:21.707 回答