ProtoFlux:Pause

From Resonite Wiki
Revision as of 17:38, 9 February 2024 by 989onan (talk | contribs) (added Pause ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Pause
*
Next
Target
Media

Pause is a ProtoFlux node that pauses the provided Target (IPlayable) when * (Call) is called. Pause doesn't change the current Position Output, it essentially sets Is Playing Output to false.

Inputs

= * (Call)

Impulse this to pause the provided Target (IPlayable)

Target (IPlayable)

The IPlayable to pause.

Outputs

Next (Continuation)

Sends an impulse after * (Call) was called and it was successfully paused.

Examples