MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / call

Method call

modules/gdscript/gdscript_rpc_callable.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void GDScriptRPCCallable::call(const Variant **p_arguments, int p_argcount, Variant &r_return_value, Callable::CallError &r_call_error) const {
91 r_return_value = object->callp(method, p_arguments, p_argcount, r_call_error);
92}
93
94GDScriptRPCCallable::GDScriptRPCCallable(Object *p_object, const StringName &p_method) {
95 ERR_FAIL_NULL(p_object);

Callers 15

_convert_scene_nodeMethod · 0.45
is_any_node_invisibleFunction · 0.45
_compile_classMethod · 0.45
resumeMethod · 0.45
OPCODEFunction · 0.45
callpMethod · 0.45
_create_instanceMethod · 0.45
_static_initMethod · 0.45
setMethod · 0.45
getMethod · 0.45
validate_propertyMethod · 0.45

Calls 1

callpMethod · 0.45

Tested by

no test coverage detected