BattleEvent
in package
A representation of something that happened in battle.
Table of Contents
- $applied : mixed
- apply() : mixed
- Applies the event.
- decorate() : string
- Returns a string describing the event.
Properties
$applied
private
mixed
$applied
= false
Methods
apply()
Applies the event.
public
apply() : mixed
Tags
Return values
mixed —decorate()
Returns a string describing the event.
public
decorate(Game $game) : string
Parameters
- $game : Game