LocalPort (UdpSocket property)
Local port number for bound socket (UdpSocket class)
[Introduced in Sirius Mods 8.0]
This page is under construction.
Syntax
%portNumber = udpSocket:LocalPort
Syntax terms
%portNumber | A numeric variable to contain the number of the port to which socket udpSocket is bound. |
---|---|
udpSocket | A UdpSocket object. |