Method | Description | |
---|---|---|
Autoload ( string &name ) : bool | ||
CustomBuffTipSize ( string buffTip, List |
||
DrawCustomBuffTip ( string buffTip, |
||
ModifyBuffTip ( int type, string &tip, int &rare ) : void | ||
ReApply ( int type, NPC npc, int time, int buffIndex ) : bool | ||
ReApply ( int type, Player player, int time, int buffIndex ) : bool | ||
Update ( int type, NPC npc, int &buffIndex ) : void | ||
Update ( int type, Player player, int &buffIndex ) : void |
public CustomBuffTipSize ( string buffTip, List |
||
buffTip | string | |
sizes | List |
|
return | void |
public DrawCustomBuffTip ( string buffTip, |
||
buffTip | string | |
spriteBatch | ||
originX | int | |
originY | int | |
return | void |
public ModifyBuffTip ( int type, string &tip, int &rare ) : void | ||
type | int | |
tip | string | |
rare | int | |
return | void |
public ReApply ( int type, NPC npc, int time, int buffIndex ) : bool | ||
type | int | |
npc | NPC | |
time | int | |
buffIndex | int | |
return | bool |
public ReApply ( int type, Player player, int time, int buffIndex ) : bool | ||
type | int | |
player | Player | |
time | int | |
buffIndex | int | |
return | bool |
public Update ( int type, NPC npc, int &buffIndex ) : void | ||
type | int | |
npc | NPC | |
buffIndex | int | |
return | void |
public Update ( int type, Player player, int &buffIndex ) : void | ||
type | int | |
player | Player | |
buffIndex | int | |
return | void |