server.isPersonal: 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.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.