Merge pull request #11230 from maxim-sheronov/fix_enum_bindings

Fix enums bindings
This commit is contained in:
Thomas Herzog
2017-09-15 08:43:35 +02:00
committed by GitHub
62 changed files with 412 additions and 210 deletions

View File

@@ -1198,6 +1198,9 @@ void EditorFileDialog::_bind_methods() {
BIND_ENUM_CONSTANT(ACCESS_RESOURCES);
BIND_ENUM_CONSTANT(ACCESS_USERDATA);
BIND_ENUM_CONSTANT(ACCESS_FILESYSTEM);
BIND_ENUM_CONSTANT(DISPLAY_THUMBNAILS);
BIND_ENUM_CONSTANT(DISPLAY_LIST);
}
void EditorFileDialog::set_show_hidden_files(bool p_show) {