1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add extended check option to GDFunctionState::is_valid()

This commit is contained in:
Pedro J. Estébanez
2017-05-17 14:47:17 +02:00
parent aa046a85dc
commit 7b192313b3
3 changed files with 20 additions and 4 deletions

View File

@@ -194,7 +194,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();