Terraria.ModLoader.EquipTexture.SetMatch C# (CSharp) Method

SetMatch() public method

public SetMatch ( bool male, int &equipSlot, bool &robes ) : void
male bool
equipSlot int
robes bool
return void
        public virtual void SetMatch(bool male, ref int equipSlot, ref bool robes)
        {
            if (item != null)
            {
                item.SetMatch(male, ref equipSlot, ref robes);
            }
        }