diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-23 14:12:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 14:12:14 +0100 |
| commit | e3b70f35823d2a8fe79eff94cf6aa22efc3d3aa7 (patch) | |
| tree | 1c9969b4e3a58c7e59bf13c1753412a0dbcc2360 /modules/gdscript/gdscript_function.h | |
| parent | 1f3916e0b6afc84872f7354432ca8606d764fc22 (diff) | |
| parent | 62d87fbd8bb6c03e5bc52ebc1eead2410824dbd4 (diff) | |
| download | redot-engine-e3b70f35823d2a8fe79eff94cf6aa22efc3d3aa7.tar.gz | |
Merge pull request #58244 from V-Sekai/typed_fail_case_return
Diffstat (limited to 'modules/gdscript/gdscript_function.h')
| -rw-r--r-- | modules/gdscript/gdscript_function.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/gdscript_function.h b/modules/gdscript/gdscript_function.h index db663ca48f..3ee664c76d 100644 --- a/modules/gdscript/gdscript_function.h +++ b/modules/gdscript/gdscript_function.h @@ -502,6 +502,8 @@ private: List<StackDebug> stack_debug; + Variant _get_default_variant_for_data_type(const GDScriptDataType &p_data_type); + _FORCE_INLINE_ Variant *_get_variant(int p_address, GDScriptInstance *p_instance, Variant *p_stack, String &r_error) const; _FORCE_INLINE_ String _get_call_error(const Callable::CallError &p_err, const String &p_where, const Variant **argptrs) const; |
