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

Method instantiate

modules/gdscript/gdscript.cpp:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

_webp_mem_loader_funcFunction · 0.45
_webp_mem_loader_funcFunction · 0.45
initialize_webp_moduleFunction · 0.45
BufferDecoderMethod · 0.45
decodeMethod · 0.45
CameraFeedAndroidMethod · 0.45
initializeMethod · 0.45
initialize_hdr_moduleFunction · 0.45
_octant_enter_worldMethod · 0.45

Calls

no outgoing calls

Tested by 7

gltf_importFunction · 0.36
gltf_export_then_importFunction · 0.36
test_compilerFunction · 0.36
test_directoryFunction · 0.36
init_autoloadsFunction · 0.36
execute_test_codeMethod · 0.36
test_setupMethod · 0.36