mirror of https://github.com/godotengine/godot
* Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers |
||
|---|---|---|
| .. | ||
| export.cpp | ||
| export.h | ||
| export_plugin.cpp | ||
| export_plugin.h | ||
| godot_plugin_config.cpp | ||
| godot_plugin_config.h | ||
| gradle_export_util.cpp | ||
| gradle_export_util.h | ||
| logo.svg | ||
| run_icon.svg | ||