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

Method get_method_list

modules/mono/csharp_script.cpp:1654–1660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652}
1653
1654void CSharpInstance::get_method_list(List<MethodInfo> *p_list) const {
1655 if (!script->is_valid() || !script->valid) {
1656 return;
1657 }
1658
1659 script->get_script_method_list(p_list);
1660}
1661
1662bool CSharpInstance::has_method(const StringName &p_method) const {
1663 if (script.is_null()) {

Callers

nothing calls this directly

Calls 2

is_validMethod · 0.45

Tested by

no test coverage detected