server.isPersonal

From RPTools Wiki
Jump to navigation Jump to search

server.isPersonal() Function

Introduced in version 1.12
The variable server.isPersonal returns whether the local machine is using a personal server.


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.isPersonal()

Returns true if the local machine is hosting a Personal server (meaning no Internet-connected server at all) and false otherwise.


See Also