MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / revert

Method revert

src/actions/Particles.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 override async revert(): Promise<void> {
108 Particles.stop();
109 }
110
111 override async didRevert(): Promise<ActionRevertResult> {
112 this.engine.history('particle').pop();

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected