LeaderboardTransactionToken - stingray.LeaderboardTransactionToken object reference - Stingray Lua API Reference

stingray.LeaderboardTransactionToken object reference

Description

An opaque token returned by asychronous functions in the Steam Leaderboard interface.

You can pass this token in calls to Leaderboard.progress() to retrieve information about the operation.

Always free tokens when you no longer need them by passing them in calls to Leaderboard.close(). Failing to do so will result in memory leaks.