Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
uninitialize
Method · 0.45
post_draw_viewport
Method · 0.45
if
Function · 0.45
uninitialize_mobile_vr_module
Function · 0.45
get_as_text
Method · 0.45
call
Method · 0.45
get_method_list
Method · 0.45
get_method_argument_count
Method · 0.45
~CSharpInstance
Method · 0.45
_update_exports_values
Method · 0.45
_new
Method · 0.45
get_property_default_value
Method · 0.45
Calls
no outgoing calls
Tested by
1
read_file_s
Function · 0.36