Steamworks.Friend
Fields
Properties
Methods
bool GetAchievement( string statName, bool defult = False )
Gets a user achievement state. Must call RequestUserStats first.
System.DateTime GetAchievementUnlockTime( string statName )
Gets a the time this achievement was unlocked.
float GetStatFloat( string statName, float defult = 0 )
Gets a user stat. Must call RequestUserStats first.
int GetStatInt( string statName, int defult = 0 )
Gets a user stat. Must call RequestUserStats first.
async Task RequestInfoAsync()
Sometimes we don't know the user's name. This will wait until we have
downloaded the information on this user.