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: elements/Account/account.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: 'account'
2
2
description: |
3
-
The **account** class represents a [player](/player)'s server account. You can get the **account** object associated to any client using [getPlayerAccount](/getPlayerAccount).
3
+
The **account** class represents a [[player]]'s server account. You can get the **account** object associated to any client using [[getPlayerAccount]].
4
4
5
5
Accounts are unique to each client and can be used to store information that is persistent across map changes and user sessions. Clients that join without an account are given a temporary 'guest' account. This can store information like any other account, but isn't saved across sessions.
0 commit comments