mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
GDExtension: Mark virtual function as is_required in extension_api.json
Co-authored-by: Jovan Gerodetti <jovan.gerodetti@titannano.de>
This commit is contained in:
parent
2c136e6170
commit
c2af6bcb59
36 changed files with 473 additions and 462 deletions
|
|
@ -56,7 +56,7 @@ protected:
|
|||
GDVIRTUAL1(_seek, double);
|
||||
GDVIRTUAL1(_set_audio_track, int);
|
||||
GDVIRTUAL0RC(Ref<Texture2D>, _get_texture);
|
||||
GDVIRTUAL1(_update, double);
|
||||
GDVIRTUAL1_REQUIRED(_update, double);
|
||||
GDVIRTUAL0RC(int, _get_channels);
|
||||
GDVIRTUAL0RC(int, _get_mix_rate);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue