Свойство | Тип | Описание | |
---|---|---|---|
canBeCleared | bool | ||
longerExpertDebuff | bool |
Метод | Описание | |
---|---|---|
Autoload ( string &name, string &texture ) : bool | ||
ModifyBuffTip ( string &tip, int &rare ) : void | ||
ReApply ( Terraria.NPC npc, int time, int buffIndex ) : bool | ||
ReApply ( |
||
SetDefaults ( ) : void | ||
Update ( Terraria.NPC npc, int &buffIndex ) : void | ||
Update ( |
public Autoload ( string &name, string &texture ) : bool | ||
name | string | |
texture | string | |
Результат | bool |
public ModifyBuffTip ( string &tip, int &rare ) : void | ||
tip | string | |
rare | int | |
Результат | void |
public ReApply ( Terraria.NPC npc, int time, int buffIndex ) : bool | ||
npc | Terraria.NPC | |
time | int | |
buffIndex | int | |
Результат | bool |
public ReApply ( |
||
player | ||
time | int | |
buffIndex | int | |
Результат | bool |
public Update ( Terraria.NPC npc, int &buffIndex ) : void | ||
npc | Terraria.NPC | |
buffIndex | int | |
Результат | void |
public Update ( |
||
player | ||
buffIndex | int | |
Результат | void |