...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|---|---|---|---|
ip | string | — | Specifies the IP address | |
port | 1 | string | — | Specifies the port to use for the network socket connection |
connectPort | string |
Return value
void
Examples
Code Block | ||
---|---|---|
| ||
// This command will enable the server |
...
server on -port 4344; |
Additional information
Related commands
...