MCPcopy
hub / github.com/neomjs/neo / push

Function push

src/core/EffectManager.mjs:91–93  ·  view source on GitHub ↗

* Pushes an effect onto the stack. * @param {Neo.core.Effect} effect The effect to push.

(effect)

Source from the content-addressed store, hash-verified

89 * @param {Neo.core.Effect} effect The effect to push.
90 */
91 push(effect) {
92 this.effectStack.push(effect)
93 },
94
95 /**
96 * Queues a unique effect to be run later.

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected