是否可以通过 Steamworks API 的 C++ 获取 steamworks SDK 的当前版本?
如果是,如何?
您可以使用
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.