| 109 | } |
| 110 | |
| 111 | Object *GDScriptNativeClass::instantiate() { |
| 112 | return ClassDB::instantiate_no_placeholders(name); |
| 113 | } |
| 114 | |
| 115 | Variant GDScriptNativeClass::callp(const StringName &p_method, const Variant **p_args, int p_argcount, Callable::CallError &r_error) { |
| 116 | if (p_method == SNAME("new")) { |
no outgoing calls