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

DrawHands() public method

public DrawHands ( bool &drawHands, bool &drawArms ) : void
drawHands bool
drawArms bool
return void
        public virtual void DrawHands(ref bool drawHands, ref bool drawArms)
        {
            if (item != null)
            {
                item.DrawHands(ref drawHands, ref drawArms);
            }
        }