MCPcopy Create free account

hub / github.com/deniszholob/factorio-cheat-sheet / functions

Functions199 in github.com/deniszholob/factorio-cheat-sheet

MethodclickedLink
Expand the sheet jumped to and close the nav
src/app/layout/nav/nav.component.ts:69
MethodcollapseAllSheets
()
src/app/layout/nav/nav.component.ts:94
Methodcolumn
(column: number)
src/app/cheat-sheets/game-base/nuclear-power/sre-diagram/sre-diagram.component.ts:24
Methodconstructor
(private swUpdate: SwUpdate)
src/app/app.component.ts:21
Methodconstructor
(private router: Router)
src/app/layout/main/main.component.ts:21
Methodconstructor
( public dataService: DataService, private sheetCollapseToggleService: SheetCollapseToggleService // r
src/app/layout/nav/nav.component.ts:29
Methodconstructor
(private dataService: DataService)
src/app/cheat-sheets/game-base/balancers/balancers.component.ts:24
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/inserter-throughput/inserter-throughput.component.ts:35
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/train-colors/train-colors.component.ts:24
Methodconstructor
(protected dataService: DataService)
src/app/cheat-sheets/game-base/space-age/space-age.component.ts:45
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/inserter-capacity-bonus/inserter-capacity-bonus.component.ts:24
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/material-processing/material-processing.component.ts:85
Methodconstructor
(protected dataService: DataService)
src/app/cheat-sheets/game-base/trains/trains.component.ts:33
Methodconstructor
(protected dataService: DataService)
src/app/cheat-sheets/game-base/mining/mining.component.ts:113
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/combat/combat.component.ts:32
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/links/links.component.ts:22
Methodconstructor
(protected dataService: DataService)
src/app/cheat-sheets/game-base/power-steam/power-steam.component.ts:70
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/oil-refining/oil-refining.component.ts:27
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/cargo-wagon-transfer/cargo-wagon-transfer.component.ts:52
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/cs-common-ratios/cs-common-ratios.component.ts:42
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/nuclear-power/nuclear-power.component.ts:40
Methodconstructor
()
src/app/cheat-sheets/game-base/nuclear-power/sre-diagram/sre-diagram.component.ts:40
Methodconstructor
(protected dataService: DataService)
src/app/cheat-sheets/game-base/power-solar/power-solar.component.ts:159
Methodconstructor
(protected dataService: DataService)
src/app/cheat-sheets/game-base/power-solar/calculator-solar/calculator-solar.component.ts:37
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/productivity-module-payoffs/productivity-module-payoffs.component.ts:51
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/vehicle-fuel-bonus/vehicle-fuel-bonus.component.ts:31
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/modules-and-beacons/modules-and-beacons.component.ts:37
Methodconstructor
(protected dataService: DataService)
src/app/cheat-sheets/game-base/belts/belts.component.ts:31
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/science/science.component.ts:67
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/tips/tips.component.ts:27
Methodconstructor
(public dataService: DataService)
src/app/cheat-sheets/game-base/fluid-wagon-transfer/fluid-wagon-transfer.component.ts:32
Methodconstructor
(public doCollapse: boolean, public id?: string)
src/app/services/collapse.model.ts:2
Methodconstructor
(public cheatSheet: CheatSheet, public data: any)
src/app/services/data.model.ts:4
Methodconstructor
(private sheetCollapseToggleService: SheetCollapseToggleService)
src/app/shared/cheat-sheet/cheat-sheet.component.ts:24
Methodconstructor
(icon: FactorioIcon, title: string, isCollapsed?: boolean)
src/app/shared/cheat-sheet/cheat-sheet.model.ts:12
Methodconstructor
(src: string, text?: string, name?: string)
src/app/shared/factorio-icon/factorio-icon.model.ts:14
Methodconstructor
( private dataService: DataService, sheetCollapseToggleService: SheetCollapseToggleService )
src/app/shared/cheat-sheet-template/cheat-sheet-template.component.ts:64
Methodconstructor
(private dataService: DataService)
src/app/shared/icon-ratio-composite/icon-ratio-composite.component.ts:40
Methodconstructor
( private httpClientService: HttpClient, public clipboardService: ClipboardService )
src/app/shared/blueprint-clipboard/blueprint-clipboard.component.ts:37
Methodconstructor
( // eslint-disable-next-line @typescript-eslint/no-explicit-any @Inject(PLATFORM_ID) private plat
src/app/shared/ad-sense/ad-sense.component.ts:26
MethodcopyBpString
* Copies Blueprint to clipboard * @param url Link that contains the BP text * @param tooltip NgbTooltip object to operate on
src/app/shared/blueprint-clipboard/blueprint-clipboard.component.ts:78
MethodexpandAllSheets
()
src/app/layout/nav/nav.component.ts:98
MethodgetColorStyle
(rgb: number[])
src/app/cheat-sheets/game-base/train-colors/train-colors.component.ts:41
FunctiongetLocalImagePath
(imageName)
src/app/shared/app-settings.ts:43
MethodiconId
(iconId: FactorioIcons)
src/app/shared/cheat-sheet-template/cheat-sheet-template.component.ts:36
MethodinputChange
Makes sure the value changes before running calculations * Mostly for the mouse click event, since the change event is not registering the tick ch
src/app/cheat-sheets/game-base/nuclear-power/nuclear-power.component.ts:72
FunctionisFactorioIcons
(value: string)
src/app/shared/factorio-icons.enum.ts:1295
FunctionisPlanets
(value: string)
src/app/data/planets.enum.ts:13
FunctionisQuality
(value: string)
src/app/cheat-sheets/game-base/space-age/quality.enum.ts:13
MethodmachineIconId
( machineIconId: FactorioIcons | 'AssemblingMachineCombined' )
src/app/shared/icon-ratio-composite/icon-ratio-composite.component.ts:20
MethodngAfterViewInit
()
src/app/shared/ad-sense/ad-sense.component.ts:42
MethodngOnDestroy
()
src/app/app.component.ts:25
MethodngOnDestroy
()
src/app/layout/main/main.component.ts:29
MethodngOnDestroy
()
src/app/layout/nav/nav.component.ts:50
MethodngOnDestroy
()
src/app/shared/cheat-sheet-template/cheat-sheet-template.component.ts:78
MethodngOnDestroy
()
src/app/shared/ad-sense/ad-sense.component.ts:32
MethodngOnInit
Get Nav Data: sheet id's to anchor link to
src/app/layout/nav/nav.component.ts:45
MethodngOnInit
()
src/app/cheat-sheets/game-base/balancers/balancers.component.ts:26
MethodngOnInit
()
src/app/cheat-sheets/game-base/inserter-throughput/inserter-throughput.component.ts:37
MethodngOnInit
()
src/app/cheat-sheets/game-base/train-colors/train-colors.component.ts:26
MethodngOnInit
()
src/app/cheat-sheets/game-base/inserter-capacity-bonus/inserter-capacity-bonus.component.ts:26
MethodngOnInit
Get Data for the Cheat Sheet from the DataService
src/app/cheat-sheets/game-base/material-processing/material-processing.component.ts:88
MethodngOnInit
Get Data for the Cheat Sheet from the DataService
src/app/cheat-sheets/game-base/mining/mining.component.ts:116
MethodngOnInit
()
src/app/cheat-sheets/game-base/combat/combat.component.ts:34
MethodngOnInit
Get Data for the Cheat Sheet from the DataService
src/app/cheat-sheets/game-base/links/links.component.ts:25
MethodngOnInit
Get Data for the Cheat Sheet from the DataService
src/app/cheat-sheets/game-base/oil-refining/oil-refining.component.ts:30
MethodngOnInit
()
src/app/cheat-sheets/game-base/cargo-wagon-transfer/cargo-wagon-transfer.component.ts:54
MethodngOnInit
Get Data for the Cheat Sheet from the DataService
src/app/cheat-sheets/game-base/nuclear-power/nuclear-power.component.ts:43
MethodngOnInit
()
src/app/cheat-sheets/game-base/productivity-module-payoffs/productivity-module-payoffs.component.ts:53
MethodngOnInit
()
src/app/cheat-sheets/game-base/vehicle-fuel-bonus/vehicle-fuel-bonus.component.ts:33
MethodngOnInit
()
src/app/cheat-sheets/game-base/modules-and-beacons/modules-and-beacons.component.ts:39
MethodngOnInit
Get Data for the Cheat Sheet from the DataService
src/app/cheat-sheets/game-base/science/science.component.ts:86
MethodngOnInit
()
src/app/cheat-sheets/game-base/tips/tips.component.ts:29
MethodngOnInit
()
src/app/cheat-sheets/game-base/fluid-wagon-transfer/fluid-wagon-transfer.component.ts:34
MethodonCalcFromAccumulators
()
src/app/cheat-sheets/game-base/power-solar/calculator-solar/calculator-solar.component.ts:65
MethodonCalcFromPower
()
src/app/cheat-sheets/game-base/power-solar/calculator-solar/calculator-solar.component.ts:56
MethodonChangePacksPerMinute
(value: number)
src/app/cheat-sheets/game-base/science/science.component.ts:102
MethodonInputChange
Makes sure the value changes before running calculations * Mostly for the mouse click event, since the change event is not registering the tick ch
src/app/cheat-sheets/game-base/mining/mining.component.ts:133
MethodonSetLabPreset
TODO: remove undefined
src/app/cheat-sheets/game-base/science/science.component.ts:108
MethodonUpdateSciencePackFactory
()
src/app/cheat-sheets/game-base/science/science.component.ts:73
MethodopenNav
()
src/app/layout/nav/nav.component.ts:81
MethodproductIconId
(productIconId: FactorioIcons)
src/app/shared/icon-ratio-composite/icon-ratio-composite.component.ts:26
Functionrender
(args)
src/app/cheat-sheets/game-base/nuclear-power/sre-matrix/sre-matrix.component.stories.ts:28
Functionrender
(args)
src/app/shared/cheat-sheet/cheat-sheet.component.stories.ts:57
Functionrender
(args)
src/app/shared/factorio-icon/factorio-icon.component.stories.ts:32
Functionrender
(args)
src/app/shared/cheat-sheet-template/cheat-sheet-template.component.stories.ts:41
Methodrow
(row: number)
src/app/cheat-sheets/game-base/nuclear-power/sre-diagram/sre-diagram.component.ts:14
MethodselectPlanet
(planet: PlanetsInfo)
src/app/cheat-sheets/game-base/power-solar/power-solar.component.ts:153
MethodsheetName
(id: string)
src/app/layout/nav/nav.component.ts:90
MethodsolarAvgMw
(solarAvgMw: number)
src/app/cheat-sheets/game-base/power-solar/calculator-solar/calculator-solar.component.ts:29
Methodtitle
(title: string)
src/app/shared/cheat-sheet-template/cheat-sheet-template.component.ts:42
MethodtoggleCollapse
Toggle the isCollapsed Flag
src/app/shared/cheat-sheet/cheat-sheet.model.ts:25
MethodtoggleCollapse
Toggle the isCollapsed Flag
src/app/shared/cheat-sheet-template/cheat-sheet-template.component.ts:89
MethodtoggleDropdown
()
src/app/cheat-sheets/game-base/power-solar/power-solar.component.ts:149
MethodtoggleNav
()
src/app/layout/nav/nav.component.ts:85
Methodtransform
* Used on FACTORIO_ICONS_INFO[entry].display * Display has format of "Category: Name" * Return only the name part * @param value any string
src/app/pipes/replace.pipe.ts:12
Methodtransform
* Takes a decimal and rounds it up. * @param value any number
src/app/pipes/ceiling.pipe.ts:10
MethodupdateCategory
()
src/app/layout/main/main.component.ts:34
Methodurl
(url: string | undefined)
src/app/shared/blueprint-clipboard/blueprint-clipboard.component.ts:21
← previous101–199 of 199, ranked by callers