mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| doc_classes | ||
| editor | ||
| icons | ||
| config.py | ||
| csg.cpp | ||
| csg.h | ||
| csg_shape.cpp | ||
| csg_shape.h | ||
| register_types.cpp | ||
| register_types.h | ||
| SCsub | ||