SteamLeaderboard Class
The scope of applications for UnigineScript is limited to implementing materials-related logic (material expressions, scriptable materials, brush materials). Do not use UnigineScript as a language for application logic, please consider C#/C++ instead, as these APIs are the preferred ones. Availability of new Engine features in UnigineScipt (beyond its scope of applications) 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-07-31
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)