1
0
Fork 0
godot/modules/upnp
Hugo Locurcio cfa8d762ef
Fix UPNP code sample using `OK` constant incorrectly
The returned value is an UPNPResult, not an Error. Both
`UPNP.UPNP_RESULT_SUCCESS` and `OK` are equal to 0, so it will
behave the same, but it's not identical from a static typing perspective.
2026-01-29 01:53:57 +01:00
..
doc_classes
SCsub
config.py
register_types.cpp
register_types.h
upnp.cpp
upnp.h
upnp_device.cpp
upnp_device.h
upnp_device_miniupnp.cpp
upnp_device_miniupnp.h
upnp_miniupnp.cpp
upnp_miniupnp.h