C# Class ExampleMod.Buffs.Undead2

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

Méthodes publiques

Méthode Description
ReApply ( Player player, int time, int buffIndex ) : bool
SetDefaults ( ) : void
Update ( Player player, int &buffIndex ) : void

Method Details

ReApply() public méthode

public ReApply ( Player player, int time, int buffIndex ) : bool
player Terraria.Player
time int
buffIndex int
Résultat bool

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void

Update() public méthode

public Update ( Player player, int &buffIndex ) : void
player Terraria.Player
buffIndex int
Résultat void