1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #8023 from CrazyGuy108/master

List Control::has_point as a virtual method
This commit is contained in:
Rémi Verschelde
2017-03-18 10:36:55 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -2514,6 +2514,8 @@ void Control::_bind_methods() {
ADD_SIGNAL(MethodInfo("size_flags_changed"));
ADD_SIGNAL(MethodInfo("minimum_size_changed"));
ADD_SIGNAL(MethodInfo("modal_closed"));
BIND_VMETHOD(MethodInfo("has_point", PropertyInfo(Variant::VECTOR2, "point")));
}
Control::Control() {