Legend of the Green Dragon

HealthBar

Table of Contents

$battleBarEnd  : mixed
$battleBarStart  : mixed
getBattleBarsEnd()  : array<string|int, mixed>
Get info of all battle bars at end battle.
getBattleBarsStart()  : array<string|int, mixed>
Get info of all battle bars at start battle.
getPrefBarDisplay()  : array<string|int, mixed>
prepareBattleBars()  : array<string|int, mixed>
Prepare info for battle bars information.
setBattleBarEnd()  : self
setBattleBarStart()  : self

Properties

$battleBarEnd

protected mixed $battleBarEnd = []

$battleBarStart

protected mixed $battleBarStart = []

Methods

getBattleBarsEnd()

Get info of all battle bars at end battle.

public getBattleBarsEnd() : array<string|int, mixed>
Return values
array<string|int, mixed>

getBattleBarsStart()

Get info of all battle bars at start battle.

public getBattleBarsStart() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPrefBarDisplay()

protected getPrefBarDisplay() : array<string|int, mixed>
Return values
array<string|int, mixed>

prepareBattleBars()

Prepare info for battle bars information.

protected prepareBattleBars() : array<string|int, mixed>
Return values
array<string|int, mixed>

setBattleBarEnd()

protected setBattleBarEnd(array<string|int, mixed> $bars) : self
Parameters
$bars : array<string|int, mixed>
Return values
self

setBattleBarStart()

protected setBattleBarStart(array<string|int, mixed> $bars) : self
Parameters
$bars : array<string|int, mixed>
Return values
self

Search results