server.httpPort: Difference between revisions

no edit summary
(Created page with "{{ScriptItem |endpoint = server |type = variable |name = server.httpPort |readonly = true |returnTypes = int |usage = fetch the port number for HTTP connections |returnInfo =...")
 
No edit summary
 
Line 7: Line 7:
|usage = fetch the port number for HTTP connections
|usage = fetch the port number for HTTP connections
|returnInfo = an integer representing the port number for HTTP connections
|returnInfo = an integer representing the port number for HTTP connections
|notes = If the server's [[server.http|http server]] is enabled, the port in this function will be used to listen for HTTP connections. If the server's [[server.http|http server]] is disabled, the server.httpPort will be used to connect to the external HTTP server.
|notes = If the server's [[server.httpServer|http server]] is enabled, the port in this function will be used to listen for HTTP connections. If the server's [[server.httpServer|http server]] is disabled, the server.httpPort will be used to connect to the external HTTP server.
|since = 1.2.0
|since = 1.2.0
}}
}}
2,591

edits