SteamLeaderboard Class
UnigineScript is deprecated and will be removed in future releases. Please consider using C#/C++ instead, as these APIs are the preferred ones. Availability of new Engine features in UnigineScipt is not guaranteed, as the current level of support assumes only fixing critical issues.
SteamLeaderboard Class
Members
int getID ( ) #
string getName ( ) #
int isFound ( ) #
bool find ( ) #
bool findOrCreate ( int sort_method, int display_type ) #
Arguments
- int sort_method
- int display_type
bool uploadScore ( int score, bool forced = false ) #
Arguments
- int score
- bool forced
bool downloadScores ( int request, int num_before, int num_after ) #
Arguments
- int request
- int num_before
- int num_after
int isUploading ( ) #
int isDownloading ( ) #
int isLastUploadFailed ( ) #
int isLastDownloadFailed ( ) #
int getLastDataRequest ( ) #
int getEntryCount ( ) #
int getSortMethod ( ) #
int getDisplayType ( ) #
int getNumEntries ( ) #
long getEntryUserID ( int num ) #
Arguments
- int num
int getEntryRank ( int num ) #
Arguments
- int num
int getEntryScore ( int num ) #
Arguments
- int num
Last update:
2020-04-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)