-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand_list.txt
More file actions
49 lines (32 loc) · 1.27 KB
/
command_list.txt
File metadata and controls
49 lines (32 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<> = argument is required
[] = argument is optional
- help
Opens this webpage.
- clear <logs/errors>
<logs>: Clears the logs.
<errors>: Clears any errors that have been received.
Example: "clear errors"
- log <text>
<text>: Whatever is inputed here gets logged to the console.
Example: "log something cool"
- exportloaded
Exports a list of all loaded skins, characters, enemies, attacks, and tags.
- getdata <namespace/tick/username/protocol_version/numerical_version>
<namespace>: Prints the game's namespace to the console.
<tick>: Prints the current tick.
<username>: Prints your username.
<protocol_version>: Prints the game's current Protocol Version.
<numerical_version>: Prints the game's current Numerical Version.
Examples: "getdata protocol_version", "getdata tick"
- searchparam <create/delete> <name> [value]
<create>: create a search parameter
<delete>: delete a search parameter
<name>: name of search parameter
[value]: value for search parameter
Examples: "searchparam create goober 23", "searchparam delete goop"
- broadcast <broadcast_name>
<broadcast_name>: name of the broadcast you want to trigger
Examples: "broadcast menu.fwb.title_screen", "broadcast !reset_settings"
You can also use "bc" as an alternative to "broadcast"
- prev
Runs the last command you used