C# Class ExampleMod.Items.Armor.ExampleRobe

Inheritance: Terraria.ModLoader.ModItem
Mostrar archivo Open project: bluemagic123/tModLoader

Public Methods

Method Description
Autoload ( string &name, string &texture, IList equips ) : bool
DrawHands ( bool &drawHands, bool &drawArms ) : void
SetDefaults ( ) : void
SetMatch ( bool male, int &equipSlot, bool &robes ) : void

Method Details

Autoload() public method

public Autoload ( string &name, string &texture, IList equips ) : bool
name string
texture string
equips IList
return bool

DrawHands() public method

public DrawHands ( bool &drawHands, bool &drawArms ) : void
drawHands bool
drawArms bool
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void

SetMatch() public method

public SetMatch ( bool male, int &equipSlot, bool &robes ) : void
male bool
equipSlot int
robes bool
return void