mirror of
https://github.com/godotengine/godot.git
synced 2026-02-07 19:32:36 +00:00
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.