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/client/client_commands.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,9 @@ Loads a previously saved position. Possible slots __0__-__2__. If no slot is giv
110
110
---
111
111
112
112
## loadcheckpoints
113
+
`loadcheckpoints [run name]`
113
114
`loadcheckpoints [run name] [rank]`
114
-
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time.
115
+
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time. Loaded checkpoints can be cleared by specifying `-1` as rank. `[run name]` supports partial matching.
115
116
116
117
---
117
118
@@ -158,6 +159,7 @@ Prints information about portal gun.
spawnflags | 8| 0 | __8__ Prints to CPM (popup messages) instead of centerprint.
103
+
spawnflags | 8, 16 | 0 | __8__ Prints to CPM (popup messages) instead of centerprint. __16__ replaces any occurrence of `[n]` in the print with the activators name.
Adds a new timerun season. If `--end-date-exclusive` isn't set, the season will be active until end date is added with [`!edit-season`](admin_system.md/#edit-season).
17
17
18
+
_Note: season names are case insensitive._
19
+
18
20
__Flag:__ T
19
21
20
22
---
@@ -55,7 +57,7 @@ __Flag:__ C
55
57
`!delete-season --name [exact name]`
56
58
Deletes a timerun season. Name must be an exact match.
57
59
58
-
_Note: this will delete all timerun records associated with the season._
60
+
_Note: this will delete all timerun records associated with the season. Season names are case insensitive._
Edits an existing timerun season. You can only edit either `--start-date` or `--end-date` with a single command.
76
+
Edits an existing timerun season.
77
+
78
+
_Note: season names are case insensitive._
75
79
76
80
__Flag:__ T
77
81
@@ -206,8 +210,9 @@ __Flag:__ A
206
210
---
207
211
208
212
## loadcheckpoints, load-checkpoints
213
+
`!loadcheckpoints [run name]`
209
214
`!loadcheckpoints [run name] [rank]`
210
-
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time.
215
+
Loads timerun checkpoints for comparison for given timerun. If `[rank]` isn't specified, defaults to rank 1 time. Loaded checkpoints can be cleared by specifying `-1` as rank. `[run name]` supports partial matching.
0 commit comments