MCPcopy
hub / github.com/OpenWebGAL/WebGAL / playSeClick

Function playSeClick

packages/webgal/src/hooks/useSoundEffect.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 stageStateManager.setStageAndCommit('uiSe', mouse_enter);
14 };
15 const playSeClick = () => {
16 stageStateManager.setStageAndCommit('uiSe', click_se);
17 };
18 const playSeSwitch = () => {
19 stageStateManager.setStageAndCommit('uiSe', switch_1);
20 };

Callers 15

ExtraCgFunction · 0.85
ExtraFunction · 0.85
openFullPreviewFunction · 0.85
closeFullPreviewFunction · 0.85
handleFullPreviewClickFunction · 0.85
ExtraBgmFunction · 0.85
handleLeftFunction · 0.85
handleRightFunction · 0.85
TitleFunction · 0.85
MenuPanelFunction · 0.85
LoadFunction · 0.85
BacklogFunction · 0.85

Calls 1

setStageAndCommitMethod · 0.80

Tested by

no test coverage detected