C# Class ExampleMod.Items.Armor.ExampleRobe

Inheritance: Terraria.ModLoader.ModItem
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Méthode 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 méthode

public Autoload ( string &name, string &texture, IList equips ) : bool
name string
texture string
equips IList
Résultat bool

DrawHands() public méthode

public DrawHands ( bool &drawHands, bool &drawArms ) : void
drawHands bool
drawArms bool
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

SetMatch() public méthode

public SetMatch ( bool male, int &equipSlot, bool &robes ) : void
male bool
equipSlot int
robes bool
Résultat void