Alex Cabrera
Alex Cabrera
> If anyone still encounters, the solution I found was: take the txData returned by the call itself, strip leading 0x, split at each 64 chars (32 bytes) and based...
Same problem. - Called after receiving `UserStatsReceived_t` callback. - Other similar functions work as expected (GetAchievement, GetAchievementDisplayAttribute, GetAchievementIcon...).
Not a bad idea. I'll think about it. 👍
I have mixed feelings about this one... I see the point. But it would be a really breaking change. All contract function calls would break backwards compatibility. I'll try to...