PRoConEvents.MULTIbalancer.IsDeathmatch C# (CSharp) Méthode

IsDeathmatch() private méthode

private IsDeathmatch ( ) : bool
Résultat bool
        private bool IsDeathmatch()
        {
            if (fServerInfo == null) return false;
            return Regex.Match(fServerInfo.GameMode, @"(?:TeamDeathMatch|SquadDeathMatch|CashGrab)").Success;
        }
MULTIbalancer