GetGamemodeName
Returns the gamemode name set in conf.json.
C# Syntax
string NAPI.Server.GetGamemodeName();
Example
string gamemodeName = NAPI.Server.GetGamemodeName();
Returns the gamemode name set in conf.json.
string NAPI.Server.GetGamemodeName();
string gamemodeName = NAPI.Server.GetGamemodeName();