You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
-Added bindings to the resource filesystem for editor
-Added set_child_rect, which was unavailable for script
This commit is contained in:
@@ -368,6 +368,7 @@ void AcceptDialog::_bind_methods() {
|
||||
ObjectTypeDB::bind_method(_MD("_custom_action"),&AcceptDialog::_custom_action);
|
||||
ObjectTypeDB::bind_method(_MD("set_text","text"),&AcceptDialog::set_text);
|
||||
ObjectTypeDB::bind_method(_MD("get_text"),&AcceptDialog::get_text);
|
||||
ObjectTypeDB::bind_method(_MD("set_child_rect","child:Control"),&AcceptDialog::set_child_rect);
|
||||
|
||||
ADD_SIGNAL( MethodInfo("confirmed") );
|
||||
ADD_SIGNAL( MethodInfo("custom_action",PropertyInfo(Variant::STRING,"action")) );
|
||||
|
||||
Reference in New Issue
Block a user