CSGOTriggerbot.CSGOClasses.Weapon.IsCarried C# (CSharp) Method

IsCarried() public method

public IsCarried ( ) : bool
return bool
        public bool IsCarried()
        {
            return this.m_hOwnerEntity != 0;
        }