LocalHost (UdpSocket property)

From m204wiki
Revision as of 21:11, 10 December 2012 by JAL (talk | contribs) (→‎Syntax terms)
Jump to navigation Jump to search

Local IP address for bound socket (UdpSocket class)

[Introduced in Sirius Mods 8.0]


This page is under construction.

Syntax

%ipAddress = udpSocket:LocalHost

Syntax terms

%ipAddress A string to contain the returned IP address.
udpSocket A UdpSocket object.

See also