MCPcopy Create free account
hub / github.com/NianBroken/Firework_Simulator / shellSizeSelector

Function shellSizeSelector

js/script.js:297–297  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295const shellNameSelector = () => store.state.config.shell;
296// Convert shell size to number.
297const shellSizeSelector = () => +store.state.config.size;
298const finaleSelector = () => store.state.config.finale;
299const skyLightingSelector = () => +store.state.config.skyLighting;
300const scaleFactorSelector = () => store.state.config.scaleFactor;

Callers 7

getRandomShellSizeFunction · 0.85
launchShellFromConfigFunction · 0.85
seqTripleFunction · 0.85
seqPyramidFunction · 0.85
seqSmallBarrageFunction · 0.85
startSequenceFunction · 0.85
burstMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected