Link Search Menu Expand Document

Constructor: highScore

Back to constructors index

Game highscore

Attributes:

NameTypeRequiredDescription
posintYesPosition in highscore list
user_idlongYesUser ID
scoreintYesScore

Type: HighScore

Example:

$highScore = ['_' => 'highScore', 'pos' => int, 'user_id' => long, 'score' => int];