| UdpListen |
|---|
| Script function world.UdpListen
Read about scriptingType Method Summary Listens for incoming packets using the UDP protocol Prototype long UdpListen(BSTR IP, short Port, BSTR Script);
View list of data type meaningsDescription This lets you set up a plugin script function that will be called whenever a UDP packet arrives on the specified port.VBscript example Jscript example Lua example Return value
View list of return code meaningsSee Also ... Functions
GetUdpPort (Find a free port for UDP listening)
UdpPortList (Returns an array of all the UDP ports in use by this world)
UdpSend (Sends a packet over the network using the UDP protocol)(Help topic: function=UdpListen)
Documentation contents page |