You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
C#: Abstract script class support
This commit is contained in:
@@ -59,6 +59,7 @@ void ScriptExtension::_bind_methods() {
|
||||
|
||||
GDVIRTUAL_BIND(_is_tool);
|
||||
GDVIRTUAL_BIND(_is_valid);
|
||||
GDVIRTUAL_BIND(_is_abstract);
|
||||
GDVIRTUAL_BIND(_get_language);
|
||||
|
||||
GDVIRTUAL_BIND(_has_script_signal, "signal");
|
||||
|
||||
Reference in New Issue
Block a user