Update Leaderboard Score
Input
| Name | Data Type | Description | 
|---|---|---|
| Update Score | Exec | Recalculates the user's current rank based on the latest score | 
| Post Final Score | Exec | Determines whether the game has ended and if the score is ready to be posted | 
| Score | Number | The score value to get and send to the server to determine the user's rank | 
Output
| Name | Data Type | Description | 
|---|---|---|
| Score Updated | Exec | Triggers a pulse when the score is updated | 
| Current Friends Rank | Number | The user's real-time rank among friends. This ignores previous rankings | 
| Current National Rank | Number | The user's real-time rank among all users in their country. This ignores previous rankings | 
| Current Global Rank | Number | The user's real-time rank among all users worldwide. This ignores previous rankings |