Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 301 Bytes

File metadata and controls

25 lines (13 loc) · 301 Bytes

Server:BindToAnyPort

将当前服务端绑定到任意可用的端口上

port = server:BindToAnyPort()

参数:

  • server [userdata-Server]:服务端数据

返回值:

  • port [number]:已绑定的端口号

示例