Skip to content

The method 'requestCurrentStats' isn't defined for the type 'Pointer'. #18

Description

@wantroba

I don't think this is exactly a bug, but I'd like to know the correct way to replace this method that disappeared in the latest version.

Here's the code snippet I was using it:

// Make sure the data is up to date
bool statsRequested = _client.steamUserStats.requestCurrentStats();
if (!statsRequested) {
  throw Exception("Failed to request current stats");
}
int achievementCount = _client.steamUserStats.getNumAchievements();
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions