1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +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 9fa4f1c54c
commit b69d4ebff4
3 changed files with 20 additions and 4 deletions

View File

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