ps4_score_ranking_item table reference - Stingray Lua API Reference

ps4_score_ranking_item table reference

Description

Describes a single ranking returned by calls to stingray.Score.ranking_result().

Data Members

comment : string

Comment recorded with the score, if any.

has_game_data : boolean

True if the score has attached game data, or false otherwise.

highest_rank : integer

Highest rank achieved by the player with this score.

info : string

Information recorded with the score, if any.

np_id : string

The NP ID of the user with this score.
A value between 0 and 9 that indicates which player character got this score when there are multiple player characters playing with the same NP ID.

When scores are tied, they will be ranked equally.

record_date : number

Date (in ticks) when the score was recorded.

score : integer

The recorded score.

When scores are tied, the first one registered will rank higher.