MCPcopy Create free account
hub / github.com/PleasureTools/joyBox / ReorderPlugin

Method ReorderPlugin

src/Plugins/Rpc/RpcClientPlugin.ts:41–43  ·  view source on GitHub ↗
(oldIndex: number, newIndex: number)

Source from the content-addressed store, hash-verified

39 }
40
41 public ReorderPlugin(oldIndex: number, newIndex: number) {
42 return this.Call<ReorderPluginArgs, boolean>('ReorderPlugin', oldIndex, newIndex);
43 }
44
45 public EnablePlugin(id: number, enabled: boolean) {
46 return this.Call<EnablePluginArgs, boolean>('EnablePlugin', id, enabled);

Callers 1

SqliteAdapter.tsFile · 0.45

Calls 1

CallMethod · 0.45

Tested by

no test coverage detected