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:
@@ -81,6 +81,12 @@
|
||||
Returns [code]true[/code] if [param base_object] is an instance of this script.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_abstract" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
Returns [code]true[/code] if the script is an abstract script. An abstract script does not have a constructor and cannot be instantiated.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_tool" qualifiers="const">
|
||||
<return type="bool" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user