VgaGames4 - network man-pages

[.. upper level ..]

vg4->nw->close()

Close connection to network-server.

SYNTAX
void vg4->nw->close(void)

DESCRIPTION
Close connection to network-server. Closes the connection established by vg4->nw->connect(). Beware! When exiting without calling this function or VG_dest() the network-server doesn't recognize that the client has gone.

SEE ALSO
vg4->nw->connect()