lib\plangenerator.lua
| (?) | PlanGenerator.makeAsyncCarrierPlan | ( callback, values, faction, volume, styleName, material, sync ) |
| (?) | PlanGenerator.makeAsyncFreighterPlan | ( callback, values, faction, volume, styleName, material, sync ) |
| (?) | PlanGenerator.makeAsyncShipPlan | ( callback, values, faction, volume, styleName, material, sync ) |
| (?) | PlanGenerator.makeBeaconPlan | ( colors ) |
| (?) | PlanGenerator.makeBigAsteroidPlan | ( size, resources, material, iterations ) |
| (?) | PlanGenerator.makeCarrierPlan | ( faction, volume, styleName, material ) |
| (?) | PlanGenerator.makeContainerPlan | ( colors_in ) |
| (?) | PlanGenerator.makeFreighterPlan | ( faction, volume, styleName, material ) |
| (?) | PlanGenerator.makeGatePlan | ( seed, color1, color2, color3 ) |
| (?) | PlanGenerator.makeShipPlan | ( faction, volume, styleName, material ) |
| (?) | PlanGenerator.makeSmallAsteroidPlan | ( size, resources, material ) |
| (?) | PlanGenerator.makeStationPlan | ( faction, styleName, scale ) |
| (?) | PlanGenerator.selectMaterial | ( faction ) |
| (?) | PlanGenerator.selectShipStyle | ( faction, styleName ) |
| (?) | PlanGenerator.transformToCarrier | ( plan ) |
| (?) | PlanGenerator.transformToFreighter | ( plan, faction ) |
| (?) | findMaxBlock | ( plan, dimStr ) |
| (?) | findMinBlock | ( plan, dimStr ) |
| (?) | run | ( styleName, seed, volume, material, factionIndex, ... ) ( ( styleName, seed, volume, material, factionIndex, ... ) ) ( ( styleName, seed, volume, material, factionIndex, ... ) ) |