Category: Network
Syntax:
netOpenTCPStream:Int(ip:String, port:Int)
Int
Opens a TCP client connection to a server.
Takes an IP address (String) and port (Int).
Returns a handle to the connection on success, or 0 on failure (Int).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn