Merge pull request #106409 from dalexeev/gds-add-abstract-methods

GDScript: Add abstract methods
This commit is contained in:
Thaddeus Crews
2025-06-09 12:31:33 -05:00
27 changed files with 399 additions and 94 deletions

View File

@@ -3083,7 +3083,7 @@
Used internally. Allows to not dump core virtual methods (such as [method Object._notification]) to the JSON API.
</constant>
<constant name="METHOD_FLAG_VIRTUAL_REQUIRED" value="128" enum="MethodFlags" is_bitfield="true">
Flag for a virtual method that is required.
Flag for a virtual method that is required. In GDScript, this flag is set for abstract functions.
</constant>
<constant name="METHOD_FLAGS_DEFAULT" value="1" enum="MethodFlags" is_bitfield="true">
Default method flags (normal).