diff options
| author | Pedro J. Estébanez | 2017-05-17 14:47:17 +0200 |
|---|---|---|
| committer | Pedro J. Estébanez | 2017-05-17 14:55:59 +0200 |
| commit | b69d4ebff40c4b8fc55db00ad84514aff48f0c5d (patch) | |
| tree | c09d9bfb6b4ea8a2a945e4ac8a64d53961a7ff81 /modules/gdscript/gd_function.h | |
| parent | 9fa4f1c54c6d528192e7ed04354d5ce2c733d99a (diff) | |
| download | godot-b69d4ebff40c4b8fc55db00ad84514aff48f0c5d.tar.gz godot-b69d4ebff40c4b8fc55db00ad84514aff48f0c5d.tar.zst godot-b69d4ebff40c4b8fc55db00ad84514aff48f0c5d.zip | |
Diffstat (limited to 'modules/gdscript/gd_function.h')
| -rw-r--r-- | modules/gdscript/gd_function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_function.h b/modules/gdscript/gd_function.h index f0bf33147..6d20b1977 100644 --- a/modules/gdscript/gd_function.h +++ b/modules/gdscript/gd_function.h @@ -237,7 +237,7 @@ protected: static void _bind_methods(); public: - bool is_valid() const; + bool is_valid(bool p_extended_check = false) const; Variant resume(const Variant &p_arg = Variant()); GDFunctionState(); ~GDFunctionState(); |
