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 |
||
|---|---|---|
| .. | ||
| doc_classes | ||
| SCsub | ||
| config.py | ||
| register_types.cpp | ||
| register_types.h | ||
| upnp.cpp | ||
| upnp.h | ||
| upnp_device.cpp | ||
| upnp_device.h | ||