From b69d4ebff40c4b8fc55db00ad84514aff48f0c5d Mon Sep 17 00:00:00 2001 From: Pedro J. Estébanez Date: Wed, 17 May 2017 14:47:17 +0200 Subject: Add extended check option to GDFunctionState::is_valid() --- modules/gdscript/gd_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gdscript/gd_function.h') 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(); -- cgit v1.2.3-70-g09d2