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

Method get_instance_binding

modules/mono/csharp_script.cpp:1336–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334}
1335
1336void *CSharpLanguage::get_instance_binding(Object *p_object) {
1337 return p_object->get_instance_binding(get_singleton(), &_instance_binding_callbacks);
1338}
1339
1340void *CSharpLanguage::get_instance_binding_with_setup(Object *p_object) {
1341 void *binding = get_instance_binding(p_object);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected