Round
Table of Contents
- $round : mixed
- Current round in battle (same as total rounds)
- getRound() : int
- Get the value of round.
- increaseRound() : self
- Increase round by 1.
- setRound() : self
- Set the value of round.
Properties
$round
Current round in battle (same as total rounds)
protected
mixed
$round
= 1
Methods
getRound()
Get the value of round.
public
getRound() : int
Return values
int —increaseRound()
Increase round by 1.
public
increaseRound() : self
Return values
self —setRound()
Set the value of round.
public
setRound(int $round) : self
Parameters
- $round : int