-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.cs2
More file actions
65 lines (33 loc) · 1.41 KB
/
plugin.cs2
File metadata and controls
65 lines (33 loc) · 1.41 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[command,plugin_query](int $offset, int $limit)
[command,plugin_query_get](int $index)(int)
[command,plugin_query_set_sort](int $column)
[command,plugin_query_count]()(int)
[command,plugin_name](int $id)(string)
[command,plugin_name_id](int $id)(string)
[command,unknown_command_8306]()(int)
[command,plugin_installed](int $id)(boolean)
[command,plugin_install](int $id)(boolean)
[command,plugin_uninstall](int $id)(boolean)
[command,unknown_command_8310]()(int)
[command,unknown_command_8311]()(int)
[command,unknown_command_8312](int $x1)(int)
[command,unknown_command_8313](int $x1)(int)
[command,plugin_enabled](int $id)(boolean)
[command,plugin_enable](int $id)(int)
[command,plugin_disable](int $id)(int)
[command,plugin_submitted_by](int $id)(string)
[command,plugin_summary](int $id)(string)
[command,plugin_logo](int $id)(string)
[command,plugin_outdated](int $id)(int)
[command,plugin_version](int $id)(string)
[command,plugin_version_installed](int $id)(string)
[command,plugin_query_set_installed_only](boolean $x1)
[command,plugin_query_add_tag](string $x1)
[command,plugin_query_set_tag](string $x1)
[command,plugin_query_del_tag](string $x1)
[command,plugin_query_clear_tags]
[command,plugin_query_add_term](int $x1, string $x2)
[command,plugin_query_set_term](int $x1, string $x2)
[command,plugin_query_del_term](int $x1)
[command,plugin_query_clear_terms]
[command,plugin_query_status]()(int)