| UdpSend |
|---|
| Script function world.UdpSend
Read about scriptingType Method Summary Sends a packet over the network using the UDP protocol Prototype long UdpSend(BSTR IP, short Port, BSTR Text);
View list of data type meaningsDescription This sends a single UDP (User Datagram Protocol) packet over the network, to the specified IP address and port.VBscript example Jscript example Lua example Return value See Also ... Functions
GetUdpPort (Find a free port for UDP listening)
UdpListen (Listens for incoming packets using the UDP protocol)
UdpPortList (Returns an array of all the UDP ports in use by this world)(Help topic: function=UdpSend)
Documentation contents page |