GetServerName
Внешний вид
Returns the server name set in conf.json ("name").
C# Syntax
string NAPI.Server.GetServerName();
Example
<syntaxhighlight lang="csharp"> string serverName = NAPI.Server.GetServerName(); </syntaxhighlight>