Documentation

DeathEvent extends BattleEvent
in package

BattleEvent representing a fighter's death.

Table of Contents

$victim  : mixed
$applied  : mixed
__construct()  : mixed
Construct a DeathEvent for victim $victim.
apply()  : mixed
Applies the event.
decorate()  : string
Returns a string describing the event.

Properties

Methods

apply()

Applies the event.

public apply() : mixed
Tags
inheritDoc
Return values
mixed

decorate()

Returns a string describing the event.

public decorate(Game $game) : string
Parameters
$game : Game
Tags
inheritDoc
Return values
string

Search results