Go to the source code of this file.
Variables | |
| $oFight = new Fight() | |
| else | $action = '' |
| $aDefBoni = $aChose[0] | |
| $aAttBoni = $aChose[1] | |
| $strDefRows = '' | |
| $strDefTable = $oStyle->get_area( 'BonusTable' ) | |
| $strAttRows = '' | |
| $strAttTable = $oStyle->get_area( 'BonusTable' ) | |
| $strBuildRows = '' | |
| $strBuildTable = $oStyle->get_area( 'BuildTable' ) | |
| $strSelectRows = '' | |
| $intPlayer = 0 | |
| $strTmpl_inhalt = $oStyle->get_area( 'SelectUnits' ) | |
| $aAttackers = ( isset( $_POST['attackers'] ) && is_array( $_POST['attackers'] ) ) ? $_POST['attackers'] : array() | |
| $aTownNames = ( isset( $_POST['towns'] ) && is_array( $_POST['towns'] ) ) ? $_POST['towns'] : array() | |
| $aCalc = ( isset( $_POST['calc'] ) && is_array( $_POST['calc'] ) ) ? $_POST['calc'] : array() | |
| $aUnits = array() | |
|
|
Definition at line 132 of file fight.php. Referenced by Fight::calc(). |
|
|
Definition at line 136 of file fight.php. Referenced by Fight::calc(), and Fight::select(). |
|
|
|
|
|
|
|
|
Definition at line 135 of file fight.php. Referenced by Fight::calc(), and Fight::select(). |
|
|
|
|
|
Definition at line 139 of file fight.php. Referenced by Fight::select(). |
|
|
Definition at line 105 of file fight.php. Referenced by ImportScan::import(), ImportGuild::save_data(), and TownInfo::set(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.2