CSPspEmu.Hle.Modules.sc_sascore.SasVoice.SetPlaying C# (CSharp) Метод

SetPlaying() публичный Метод

public SetPlaying ( bool Set ) : void
Set bool
Результат void
        public void SetPlaying(bool Set)
        {
            Playing = Set;
            if (Vag != null) Vag.Reset();
        }