server.isServer: Difference between revisions
Jump to navigation
Jump to search
m (Added description; fleshed out the rest of the page) |
m (Added description; fleshed out the rest of the page) |
(No difference)
|
Latest revision as of 23:59, 6 June 2023
server.isServer() Function
• Introduced in version 1.12
The variable server.isServer returns the hosting status of the local machine.
Usage
server.isServer()
Returns true
if the local machine is hosting a MapTool server and false
otherwise.