LocalHost (UdpSocket property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%ipAddress</th>
<tr><th>%ipAddress</th>
<td>string</td></tr>
<td>A string to contain the returned IP address.</td></tr>


<tr><th>udpSocket</th>
<tr><th>udpSocket</th>

Revision as of 21:11, 10 December 2012

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