1
0
mirror of https://github.com/godotengine/godot synced 2024-07-08 18:30:43 +00:00
godot/modules/upnp
A Thousand Ships a0dbdcc3ab
Replace find with contains/has where applicable
* 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
2024-05-08 12:37:42 +02:00
..
doc_classes
config.py
register_types.cpp
register_types.h
SCsub miniupnpc: Disable socket timeout on Windows, matching upstream 2024-05-06 23:30:09 +02:00
upnp_device.cpp
upnp_device.h
upnp.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
upnp.h