C# Class Terraria.ModLoader.EquipTexture

Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Méthode Description
ArmorArmGlowMask ( Player drawPlayer, float shadow, int &glowMask, Color &color ) : void
ArmorSetShadows ( Player player ) : void
DrawArmorColor ( Player drawPlayer, float shadow, Color &color, int &glowMask, Color &glowMaskColor ) : void
DrawBody ( ) : bool
DrawHair ( bool &drawHair, bool &drawAltHair ) : void
DrawHands ( bool &drawHands, bool &drawArms ) : void
DrawHead ( ) : bool
DrawLegs ( ) : bool
IsVanitySet ( int head, int body, int legs ) : bool
PreUpdateVanitySet ( Player player ) : void
SetMatch ( bool male, int &equipSlot, bool &robes ) : void
UpdateVanity ( Player player, EquipType type ) : void
UpdateVanitySet ( Player player ) : void
WingUpdate ( Player player, bool inUse ) : void

Method Details

ArmorArmGlowMask() public méthode

public ArmorArmGlowMask ( Player drawPlayer, float shadow, int &glowMask, Color &color ) : void
drawPlayer Terraria.Player
shadow float
glowMask int
color Color
Résultat void

ArmorSetShadows() public méthode

public ArmorSetShadows ( Player player ) : void
player Terraria.Player
Résultat void

DrawArmorColor() public méthode

public DrawArmorColor ( Player drawPlayer, float shadow, Color &color, int &glowMask, Color &glowMaskColor ) : void
drawPlayer Terraria.Player
shadow float
color Color
glowMask int
glowMaskColor Color
Résultat void

DrawBody() public méthode

public DrawBody ( ) : bool
Résultat bool

DrawHair() public méthode

public DrawHair ( bool &drawHair, bool &drawAltHair ) : void
drawHair bool
drawAltHair bool
Résultat void

DrawHands() public méthode

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

DrawHead() public méthode

public DrawHead ( ) : bool
Résultat bool

DrawLegs() public méthode

public DrawLegs ( ) : bool
Résultat bool

IsVanitySet() public méthode

public IsVanitySet ( int head, int body, int legs ) : bool
head int
body int
legs int
Résultat bool

PreUpdateVanitySet() public méthode

public PreUpdateVanitySet ( Player player ) : void
player Terraria.Player
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

UpdateVanity() public méthode

public UpdateVanity ( Player player, EquipType type ) : void
player Terraria.Player
type EquipType
Résultat void

UpdateVanitySet() public méthode

public UpdateVanitySet ( Player player ) : void
player Terraria.Player
Résultat void

WingUpdate() public méthode

public WingUpdate ( Player player, bool inUse ) : void
player Terraria.Player
inUse bool
Résultat void