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

Inheritance: Aura.Channel.World.Entities.Creature
Datei anzeigen Open project: aura-project/aura

Public Methods

Method Description
Aggro ( Creature target ) : void
Warp ( int regionId, int x, int y ) : bool

Protected Methods

Method Description
ShouldSurvive ( float damage, Creature from, float lifeBefore ) : bool

Method Details

Aggro() public method

public Aggro ( Creature target ) : void
target Aura.Channel.World.Entities.Creature
return void

ShouldSurvive() protected method

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

Warp() public method

public Warp ( int regionId, int x, int y ) : bool
regionId int
x int
y int
return bool