summaryrefslogtreecommitdiffstats
path: root/doc/classes/UDPServer.xml
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-03-26 17:56:08 +0100
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-04-12 21:05:33 +0200
commit4d5c8e0b1835be586b2d57d7db0953110d166a14 (patch)
tree45af27cfa43ff2b3a559878d061f04389b9d7242 /doc/classes/UDPServer.xml
parentda8c2310b5b2eae941fa1465495409086397127f (diff)
downloadredot-engine-4d5c8e0b1835be586b2d57d7db0953110d166a14.tar.gz
This renames PacketPeerUDP.listen to bind.
Diffstat (limited to 'doc/classes/UDPServer.xml')
-rw-r--r--doc/classes/UDPServer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/UDPServer.xml b/doc/classes/UDPServer.xml
index 931aa71332..6f3ccb8a17 100644
--- a/doc/classes/UDPServer.xml
+++ b/doc/classes/UDPServer.xml
@@ -152,7 +152,7 @@
<argument index="1" name="bind_address" type="String" default="&quot;*&quot;">
</argument>
<description>
- Starts the server by opening a UDP socket listening on the given port. You can optionally specify a [code]bind_address[/code] to only listen for packets sent to that address. See also [method PacketPeerUDP.listen].
+ Starts the server by opening a UDP socket listening on the given port. You can optionally specify a [code]bind_address[/code] to only listen for packets sent to that address. See also [method PacketPeerUDP.bind].
</description>
</method>
<method name="poll">