diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-03-26 17:56:08 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-04-12 21:05:33 +0200 |
commit | 4d5c8e0b1835be586b2d57d7db0953110d166a14 (patch) | |
tree | 45af27cfa43ff2b3a559878d061f04389b9d7242 /doc/classes/UDPServer.xml | |
parent | da8c2310b5b2eae941fa1465495409086397127f (diff) | |
download | redot-engine-4d5c8e0b1835be586b2d57d7db0953110d166a14.tar.gz |
This renames PacketPeerUDP.listen to bind.
Diffstat (limited to 'doc/classes/UDPServer.xml')
-rw-r--r-- | doc/classes/UDPServer.xml | 2 |
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=""*""> </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"> |