Skip to content

cmd_startLobbyServer

LXZ_svn_sync edited this page Oct 30, 2019 · 1 revision

command: /startLobbyServer

quick ref:

/startLobbyServer [-callback eventName] [-tunnelhost ip] [-tunnelport port] [-tunnelusername username] [-tunnelroom room_key] [-tunnelpassword room_psw] [bAutoDiscovery] [broadcast_address_list]

description:

start lobby server
@param AutoDiscovery: start auto discoverty, default is true. 
@param broadcast_address_list : default is 255.255.255.255
@param -callback eventName: one can optionally specify a callback event name
@param -tunnelusername username: default is System.User.keepworkUsername
e.g
/startLobbyServer
/startLobbyServer false
/startLobbyServer true 10.27.3.255
/startLobbyServer true 10.27.3.255|255.255.255.255
/startLobbyServer -callback OnLobbyStarted
/startLobbyServer -tunnelhost 10.27.3.8 -tunnelport 8099
/startLobbyServer -tunnelhost 10.27.3.8 -tunnelport 8099 -tunnelroom myroom -tunnelpassword 123456
Clone this wiki locally