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
description: This function sets the serial number for a specified player account. It allows administrators to update or assign a new [[serial]] to registered accounts.
6
+
oop:
7
+
element: account
8
+
method: setSerial
9
+
variable: serial
10
+
parameters:
11
+
- name: theAccount
12
+
type: account
13
+
description: The account element to set the serial for.
14
+
- name: serial
15
+
type: string
16
+
description: A valid 32-character hexadecimal string representing the new serial number.
17
+
returns:
18
+
values:
19
+
- type: bool
20
+
name: result
21
+
description: Returns true if the serial was successfully set, false otherwise.
Copy file name to clipboardExpand all lines: web/src/pages/reference/[func].astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ let funcSyntaxes = parseFunctionSyntaxes(func.id, func.data);
251
251
<>
252
252
<h5>Optional Arguments</h5>
253
253
<p><strong>NOTE</strong>: When using <ahref="/reference/Optional_Arguments">optional arguments</a>, you might need to supply all arguments before the one you wish to use.</p>
0 commit comments