C# Class Aura.Tests.Channel.World.Entities.CreatureTests.TestCreature

Inheritance: Aura.Channel.World.Entities.Creature
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
Aggro ( Creature target ) : void
Warp ( int regionId, int x, int y ) : bool

Méthodes protégées

Méthode Description
ShouldSurvive ( float damage, Creature from, float lifeBefore ) : bool

Method Details

Aggro() public méthode

public Aggro ( Creature target ) : void
target Aura.Channel.World.Entities.Creature
Résultat void

ShouldSurvive() protected méthode

protected ShouldSurvive ( float damage, Creature from, float lifeBefore ) : bool
damage float
from Aura.Channel.World.Entities.Creature
lifeBefore float
Résultat bool

Warp() public méthode

public Warp ( int regionId, int x, int y ) : bool
regionId int
x int
y int
Résultat bool