server.isPersonal
(Redirected from Server.isPersonal)
server.isPersonal() Function
• Introduced in version 1.12
The variable server.isPersonal returns whether the local machine is using a personal server.
Usage
server.isPersonal()
Returns true
if the local machine is hosting a Personal server (meaning no Internet-connected server at all) and false
otherwise.