server.isHosting: Difference between revisions
Jump to navigation
Jump to search
m (s/variable/function/) |
m (s/variable/function/) |
(No difference)
|
Latest revision as of 23:59, 1 December 2023
server.isHosting() Function
• Introduced in version 1.12
The function server.isHosting returns the hosting status of the local machine.
Usage
server.isHosting()
Returns true
if the local machine is hosting a MapTool server and false
otherwise.