summaryrefslogtreecommitdiffstats
path: root/editor/editor_script.h
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-06-18 10:07:35 -0500
committerDavid Snopek <dsnopek@gmail.com>2024-09-11 16:48:14 -0500
commitc2af6bcb5983356244d699735cda00b0bc5f4f8d (patch)
tree378e12ff67ccca0ef8da1aef0e09978feef9ee97 /editor/editor_script.h
parent2c136e6170a40f58f2dfb89d32eadfca7156ef37 (diff)
downloadredot-engine-c2af6bcb5983356244d699735cda00b0bc5f4f8d.tar.gz
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
Co-authored-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
Diffstat (limited to 'editor/editor_script.h')
-rw-r--r--editor/editor_script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_script.h b/editor/editor_script.h
index 72e7641df7..b0724c31c0 100644
--- a/editor/editor_script.h
+++ b/editor/editor_script.h
@@ -44,7 +44,7 @@ class EditorScript : public RefCounted {
protected:
static void _bind_methods();
- GDVIRTUAL0(_run)
+ GDVIRTUAL0_REQUIRED(_run)
public:
void add_root_node(Node *p_node);