Property | Type | Description | |
---|---|---|---|
CreateDust | void |
Method | Description | |
---|---|---|
AI ( ) : void | ||
Autoload ( string &name, string &texture, string &altTextures ) : bool | ||
CanHitPlayer ( |
||
GetColor ( ) : Color? | ||
GetDebuff ( ) : int | ||
GetDebuffTime ( ) : int | ||
OnHitPlayer ( |
||
PreNPCLoot ( ) : bool | ||
ScaleExpertStats ( int numPlayers, float bossLifeScale ) : void | ||
SetDefaults ( ) : void |
Method | Description | |
---|---|---|
CreateDust ( ) : void |
public Autoload ( string &name, string &texture, string &altTextures ) : bool | ||
name | string | |
texture | string | |
altTextures | string | |
return | bool |
public CanHitPlayer ( |
||
target | ||
cooldownSlot | int | |
return | bool |
public OnHitPlayer ( |
||
player | ||
dmgDealt | int | |
crit | bool | |
return | void |
public ScaleExpertStats ( int numPlayers, float bossLifeScale ) : void | ||
numPlayers | int | |
bossLifeScale | float | |
return | void |