MetaPlatformSDK_ChallengeEntry

Inherits: RefCounted

Represents an entry to a challenge.

Description

Represents an entry to a challenge.

Properties

String

display_score

""

PackedByteArray

extra_data

PackedByteArray()

int

extra_data_length

0

int

id

0

int

rank

0

int

score

0

int

timestamp

0

MetaPlatformSDK_User

user


Property Descriptions

String display_score = ""

  • String get_display_score ( )

A displayable score for this challenge entry. The score is formatted with thousands separators and the relevant units are appended based on the associated leaderboard's score type.


PackedByteArray extra_data = PackedByteArray()

  • PackedByteArray get_extra_data ( )

A 2KB custom data field that is associated with the challenge entry.


int extra_data_length = 0

  • int get_extra_data_length ( )

The length in bytes of extra_data.


int id = 0

  • int get_id ( )

The unique identifier of this challenge entry which can be used by MetaPlatformSDK.challenges_get_entries_by_ids_async and MetaPlatformSDK.challenges_get_entries_async.


int rank = 0

  • int get_rank ( )

Challenges can be ranked by highest or lowest scores within a time period. This indicates the position of this challenge entry.


int score = 0

  • int get_score ( )

The raw underlying value of the challenge entry score. It is a type of string that is returned by a long integer.


int timestamp = 0

  • int get_timestamp ( )

The timestamp of the creation of this entry in the challenge.


MetaPlatformSDK_User user

The user corresponding to this entry within the challenge.