MetaPlatformSDK_LeaderboardUpdateStatus
Inherits: RefCounted
Represents a status update to a leaderboard.
Description
Represents a status update to a leaderboard.
Properties
bool |
|
|
int |
|
Methods
int |
get_updated_challenge_id ( int index ) const |
Property Descriptions
bool did_update = false
bool get_did_update ( )
A boolean indicates whether the leaderboard was updated.
int updated_challenge_ids_size = 0
int get_updated_challenge_ids_size ( )
The count of challenge IDs available in get_updated_challenge_id.
Method Descriptions
int get_updated_challenge_id ( int index ) const
If the leaderboard is updated, this represents the updated challenge IDs. The updated challenge IDs can be used by MetaPlatformSDK.challenges_get_entries_async, MetaPlatformSDK.challenges_get_entries_after_rank_async or MetaPlatformSDK.challenges_get_entries_by_ids_async.