uTrack
|
Data Fields | |
u16 | port |
bool | hasIP |
bool | hasPort |
UT_uServeAddress | address |
All the information required to locate a server instance.
UT_uServeLocator::address |
The address of the server. May contain an IP or a DNS.
UT_uServeLocator::hasIP |
Whether or not an UT_uServeLocator::address contains an IP address.
UT_uServeLocator::hasPort |
Whether or not an instance of this structure has a valid port.
UT_uServeLocator::port |
The port to connect to the server on.