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

Method is_valid

modules/mono/csharp_script.h:287–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 return type_info.is_tool;
286 }
287 bool is_valid() const override {
288 return valid;
289 }
290 bool is_abstract() const override {
291 return type_info.is_abstract;
292 }

Callers 15

uninitializeMethod · 0.45
post_draw_viewportMethod · 0.45
ifFunction · 0.45
get_as_textMethod · 0.45
callMethod · 0.45
get_method_listMethod · 0.45
~CSharpInstanceMethod · 0.45
_newMethod · 0.45

Calls

no outgoing calls

Tested by 1

read_file_sFunction · 0.36