MCPcopy Create free account
hub / github.com/JKPotato-Computer/SignMaker / shield

Function shield

js/main copy.js:401–410  ·  view source on GitHub ↗
(shieldIndex)

Source from the content-addressed store, hash-verified

399 };
400
401 function shield(shieldIndex) {
402 add(panel.sign.shields[shieldIndex].type);
403 add(panel.sign.shields[shieldIndex].routeNumber);
404 add(panel.sign.shields[shieldIndex].to);
405 add(panel.sign.shields[shieldIndex].specialBannerType);
406 add(panel.sign.shields[shieldIndex].bannerType);
407 add(panel.sign.shields[shieldIndex].bannerType2);
408 add2(panel.sign.shields[shieldIndex].bannerPosition);
409 dataToSave += ","
410 }
411
412 function specialshield(shieldIndex) {
413 add(panel.sign.shields[shieldIndex].type);

Callers 1

exportDataFunction · 0.85

Calls 2

addFunction · 0.85
add2Function · 0.85

Tested by

no test coverage detected