You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-tools/game-sdk.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -592,10 +592,10 @@ For more detailed information and documentation around the Rich Presence feature
592
592
| name | string | name of the application - this is a read-only field |
593
593
| state | string | the player's current party status |
594
594
| details? | ?string | what the player is currently doing |
595
-
| timestamps? | ?[ActivityTimestamps](/docs/developer-tools/game-sdk/activitytimestamps-struct)| helps create elapsed/remaining timestamps on a player's profile |
596
-
| assets? | ?[ActivityAssets](/docs/developer-tools/game-sdk/activityassets-struct)| assets to display on the player's profile |
597
-
| party? | ?[ActivityParty](/docs/developer-tools/game-sdk/activityparty-struct)| information about the player's party |
598
-
| secrets? | ?[ActivitySecrets](/docs/developer-tools/game-sdk/activitysecrets-struct)| secret passwords for joining and spectating the player's game |
595
+
| timestamps? | ?[ActivityTimestamps](/docs/developer-tools/game-sdk#activitytimestamps-struct)| helps create elapsed/remaining timestamps on a player's profile |
596
+
| assets? | ?[ActivityAssets](/docs/developer-tools/game-sdk#activityassets-struct)| assets to display on the player's profile |
597
+
| party? | ?[ActivityParty](/docs/developer-tools/game-sdk#activityparty-struct)| information about the player's party |
598
+
| secrets? | ?[ActivitySecrets](/docs/developer-tools/game-sdk#activitysecrets-struct)| secret passwords for joining and spectating the player's game |
599
599
| instance? | ?bool | whether this activity is an instanced context, like a match |
0 commit comments