JSONRPC: Require manual method registration
This commit is contained in:
parent
d52b84e472
commit
e2c3731cdd
11 changed files with 124 additions and 43 deletions
|
|
@ -57,10 +57,6 @@ String TestClassJSONRPC::something(const String &p_in) {
|
|||
return p_in + ", please";
|
||||
}
|
||||
|
||||
void TestClassJSONRPC::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("something", "in"), &TestClassJSONRPC::something);
|
||||
}
|
||||
|
||||
void test_process_action(const Variant &p_in, const Variant &p_expected, bool p_process_array_elements) {
|
||||
TestClassJSONRPC json_rpc = TestClassJSONRPC();
|
||||
const Variant &observed = json_rpc.process_action(p_in, p_process_array_elements);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue