Свойство | Тип | Описание | |
---|---|---|---|
CreateDust | void | ||
LookInDirection | void | ||
LookToPlayer | void |
Метод | Описание | |
---|---|---|
AI ( ) : void | ||
BossHeadSlot ( int &index ) : void | ||
BossLoot ( string &name, int &potionType ) : void | ||
CanHitPlayer ( |
||
DrawHealthBar ( byte hbPosition, float &scale, Vector2 &position ) : bool? | ||
FindFrame ( int frameHeight ) : void | ||
GetColor ( ) : Color? | ||
GetDebuff ( ) : int | ||
GetDebuffTime ( ) : int | ||
HitEffect ( int hitDirection, double damage ) : void | ||
NPCLoot ( ) : void | ||
OnHitPlayer ( |
||
PreNPCLoot ( ) : bool | ||
ScaleExpertStats ( int numPlayers, float bossLifeScale ) : void | ||
SetDefaults ( ) : void |
Метод | Описание | |
---|---|---|
CreateDust ( ) : void | ||
LookInDirection ( Vector2 look ) : void | ||
LookToPlayer ( ) : void |
public BossLoot ( string &name, int &potionType ) : void | ||
name | string | |
potionType | int | |
Результат | void |
public CanHitPlayer ( |
||
target | ||
cooldownSlot | int | |
Результат | bool |
public DrawHealthBar ( byte hbPosition, float &scale, Vector2 &position ) : bool? | ||
hbPosition | byte | |
scale | float | |
position | Vector2 | |
Результат | bool? |
public FindFrame ( int frameHeight ) : void | ||
frameHeight | int | |
Результат | void |
public HitEffect ( int hitDirection, double damage ) : void | ||
hitDirection | int | |
damage | double | |
Результат | void |
public OnHitPlayer ( |
||
player | ||
dmgDealt | int | |
crit | bool | |
Результат | void |
public ScaleExpertStats ( int numPlayers, float bossLifeScale ) : void | ||
numPlayers | int | |
bossLifeScale | float | |
Результат | void |