Table of Contents

NetConnection::connectLocal

Connects a connection to the server running in the same process.

Syntax

string NetConnection::connectLocal();

Parameters

This function does not accept any parameters.

Return value

string
No description available.

Remarks

Examples

Source

Engine

See also

NetConnection::cancelConnect
NetConnection::checkMaxRate
NetConnection::clearPaths
NetConnection::connect
NetConnection::connectArranged
NetConnection::getAddress
NetConnection::getFinishedInitialGhost
NetConnection::getGhostID
NetConnection::getGhostsActive
NetConnection::getPacketLoss
NetConnection::getPing
NetConnection::getPort
NetConnection::getProtocolVersion
NetConnection::getRawIP
NetConnection::isLan
NetConnection::isLocal
NetConnection::isLocalConnection
NetConnection::resolveGhostID
NetConnection::resolveObjectFromGhostIndex
NetConnection::sendDisconnectPacket
NetConnection::setFinishedInitialGhost
NetConnection::transmitPaths

References

This function is not called by any other functions.