server.isServer

From RPTools Wiki
Revision as of 05:14, 6 June 2023 by Azhrei (talk | contribs) (Added description; fleshed out the rest of the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

server.isServer() Function

Introduced in version 1.12
The variable server.isServer returns the hosting status of the local machine.


All MapTool instances must have a server running of some type. There are two choices: either a personal server (meaning that it is not listening for incoming connections), and a true server (meaning that incoming connections will be accepted, assuming that there are no other constraints like firewall settings).

Usage

server.isServer()

Returns true if the local machine is hosting a MapTool server and false otherwise.


See Also