CSGOTriggerbot.CSGOClasses.Framework.IsPlaying C# (CSharp) Méthode

IsPlaying() public méthode

public IsPlaying ( ) : bool
Résultat bool
        public bool IsPlaying()
        {
            return State == SignOnState.SIGNONSTATE_FULL && LocalPlayer != null;
        }