====== TCPObject::disconnect ====== Disconnect from whatever we're connected to, if anything. ===== Syntax ===== void TCPObject::disconnect(); ===== Parameters ===== This function does not accept any parameters. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:tcpobject:connect|TCPObject::connect]]\\ [[scripting:doc:u:tcpobject:delete|TCPObject::delete]]\\ [[scripting:doc:u:tcpobject:listen|TCPObject::listen]]\\ [[scripting:doc:u:tcpobject:savebuffertofile|TCPObject::saveBufferToFile]]\\ [[scripting:doc:u:tcpobject:send|TCPObject::send]]\\ [[scripting:doc:u:tcpobject:setbinary|TCPObject::setBinary]]\\ [[scripting:doc:u:tcpobject:setbinarysize|TCPObject::setBinarySize]]\\ ===== References ===== This function is not called by any other functions.