Server-side function
getServerPassword
Jump to navigation
Jump to search
This function returns the current password required to join the server.
Syntax
string getServerPassword ()
Returns
Returns the current server password as a string if it has a password, if not it returns nil.
Example
This example does...
--TODO mooo