CSGOTriggerbot.CSGOClasses.Framework.IsPlaying C# (CSharp) Method

IsPlaying() public method

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