CSGOTriggerbot.CSGOClasses.Weapon.IsCarried C# (CSharp) Méthode

IsCarried() public méthode

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