mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
GDScript: Add abstract methods
Co-authored-by: ryanabx <ryanbrue@hotmail.com>
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user