Method | Description | |
---|---|---|
GetRandomTreasureItem ( Random, rnd ) : Item, | ||
OnBoss ( Dungeon, dungeon ) : void | ||
OnBossDeath ( Dungeon, dungeon, Creature, boss, Creature, killer ) : void | ||
OnCleared ( Dungeon, dungeon ) : void | ||
OnCreation ( Dungeon, dungeon ) : void | ||
OnLeftEarly ( Dungeon, dungeon, Creature, creature ) : void |
public GetRandomTreasureItem ( Random, rnd ) : Item, | ||
rnd | Random, | |
return | Item, |
public OnBossDeath ( Dungeon, dungeon, Creature, boss, Creature, killer ) : void | ||
dungeon | Dungeon, | |
boss | Creature, | |
killer | Creature, | |
return | void |
public OnCreation ( Dungeon, dungeon ) : void | ||
dungeon | Dungeon, | |
return | void |
public OnLeftEarly ( Dungeon, dungeon, Creature, creature ) : void | ||
dungeon | Dungeon, | |
creature | Creature, | |
return | void |