mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
C#: Abstract script class support
This commit is contained in:
parent
3ed4497113
commit
2df37a237a
16 changed files with 73 additions and 20 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue