function setServerDescription (server-side)
Available since version: 0.0.0
Note
The server description limit is set to 400 characters.
This function will set the description of the server.
Declaration
bool setServerDescription(string description)
Parameters
stringdescription: the server description.
Returns bool
true if server description was set successfully, otherwise false.