summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/variant/vector2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/godot_cpp/variant/vector2.hpp')
-rw-r--r--include/godot_cpp/variant/vector2.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/godot_cpp/variant/vector2.hpp b/include/godot_cpp/variant/vector2.hpp
index 51dd8cc..8f08985 100644
--- a/include/godot_cpp/variant/vector2.hpp
+++ b/include/godot_cpp/variant/vector2.hpp
@@ -131,6 +131,7 @@ struct _NO_DISCARD_ Vector2 {
bool is_equal_approx(const Vector2 &p_v) const;
bool is_zero_approx() const;
+ bool is_finite() const;
Vector2 operator+(const Vector2 &p_v) const;
void operator+=(const Vector2 &p_v);