SetGamemodeName
Внешний вид
Sets the gamemode name (the one you set in conf.json - "gamemode").
void NAPI.Server.SetGamemodeName(string gamemodeName);
Parameters
- gamemodeName: parameter input should be in string type
Example
<syntaxhighlight lang="csharp"> NAPI.Server.SetGamemodeName("BeastServer"); </syntaxhighlight>