entity\merchants\fighterfactory.lua
| (?) | FighterFactory.addMaterialBonuses | ( material, sizePoints, durabilityPoints, turningSpeedPoints, velocityPoints ) |
| (?) | FighterFactory.createFighter | ( type, plan, turretIndex, sizePoints, durabilityPoints, turningSpeedPoints, velocityPoints ) |
| (?) | FighterFactory.disableUI | ( ) |
| (?) | FighterFactory.enableUI | ( ) |
| (?) | FighterFactory.fillPlans | ( ) |
| (?) | FighterFactory.fillTurrets | ( ) |
| (?) | FighterFactory.getMaxAvailablePoints | ( rarity ) |
| (?) | FighterFactory.getMaxInvestablePoints | ( rarity ) |
| (?) | FighterFactory.getPlan | ( ) |
| (?) | FighterFactory.getPriceAndTax | ( fighter, stationFaction, buyerFaction ) |
| (?) | FighterFactory.getPriceAndTaxTest | ( type, plan, turretIndex, sizePoints, durabilityPoints, turningSpeedPoints, velocityPoints ) |
| (?) | FighterFactory.getStats | ( rarity, material, sizePoints, durabilityPoints, turningSpeedPoints, velocityPoints ) |
| (?) | FighterFactory.getTurret | ( ) |
| (?) | FighterFactory.initUI | ( ) |
| (?) | FighterFactory.initialize | ( ) |
| (?) | FighterFactory.interactionPossible | ( playerIndex, option ) |
| (?) | FighterFactory.makeFighter | ( type, plan, turret, sizePoints, durabilityPoints, turningSpeedPoints, velocityPoints ) |
| (?) | FighterFactory.onCreatePressed | ( ) |
| (?) | FighterFactory.onDurabilityAdded | ( ) |
| (?) | FighterFactory.onDurabilityRemoved | ( ) |
| (?) | FighterFactory.onFighterPartsSelected | ( plan, turret ) |
| (?) | FighterFactory.onFighterTypeSelected | ( comboBoxIndex, value, selectedIndex ) |
| (?) | FighterFactory.onPlanSelected | ( ) |
| (?) | FighterFactory.onShowWindow | ( ) |
| (?) | FighterFactory.onSizeAdded | ( ) |
| (?) | FighterFactory.onSizeRemoved | ( ) |
| (?) | FighterFactory.onTurningSpeedAdded | ( ) |
| (?) | FighterFactory.onTurningSpeedRemoved | ( ) |
| (?) | FighterFactory.onTurretSelected | ( ) |
| (?) | FighterFactory.onVelocityAdded | ( ) |
| (?) | FighterFactory.onVelocityRemoved | ( ) |
| (?) | FighterFactory.refreshPointLabels | ( plan, turret ) |
| (?) | FighterFactory.refreshUI | ( ) |
| (?) | FighterFactory.renderUI | ( ) |