PawnLibs/leaderboard/LB_INFO
Summary
Array with named fields with various leaderboard information.
Synopsis
Description
Fields:
- leadCount - how many best results there are available to display
- selfPosition - place which current user takes
- selfScore - current users score
- wholeUserListCount - total users count
See also
- LB_getInfo()
PawnLibs/leaderboard/LB_getInfo
Summary
Get leaderboard description.
Synopsis
Description
Players score and achievements can be saved and shared via mobile application and WOWCube Entertainment System servers. This function provides synced information necessary to display points table.
Outputs
- info - structure describing leaderboard
Return value
Error code:
- 0 - success
- -1 - incorrect arguments count
- -2 - leaderboard is not synced
- -3 - fail to fill output structure
See also
- LB_INFO
- LB_getScore()
PawnLibs/leaderboard/LB_getScore
Summary
Get best results data data.
Synopsis
Description
Players score and achievements can be saved and shared via mobile application and WOWCube Entertainment System servers. This function provides best results table data.
Inputs
- size - how many results to get
Outputs
- leadTableBin - TBD, should be structure with name and score
Return value
Error code:
- 0 - success
- -1 - incorrect arguments count
- -2 - leaderboard is not synced
- -3 - fail to fill output structure
See also
- LB_getInfo()