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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool
        public override bool IsValid()
        {
            return base.IsValid() && this.m_iWeaponID > 0 && this.m_iItemDefinitionIndex > 0;
        }