MCPcopy Create free account
hub / github.com/coaldeficit/MoreDefences / getModUnit

Function getModUnit

scripts/vanilla-changes.js:170–170  ·  view source on GitHub ↗
(mod, unit)

Source from the content-addressed store, hash-verified

168
169function getMDUnit(unit) {return Vars.content.getByName(ContentType.unit, "md3-" + unit)}
170function getModUnit(mod, unit) {return Vars.content.getByName(ContentType.unit, mod + "-" + unit)}
171
172// NUMBERED WAVEGEN
173function numberedWaves(sector,enemyBase,airOnly,navalWaves) {

Callers 1

numberedWavesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected