Skip to content

Unit Reference FlowToCoroutine

S2NX7 edited this page Sep 30, 2025 · 2 revisions

FlowToCoroutine

Screenshot 2025-09-30 130622

The FlowToCoroutine node converts a standard control flow into a coroutine flow, allowing asynchronous execution. If used inside an existing coroutine flow, it logs a warning since the conversion is unnecessary.

Input Ports

  • In : The control flow input to convert.

Output Ports

  • Converted : Triggered if the flow has been converted into a coroutine.
  • normalFlow : Continues the normal flow execution without conversion.
Clone this wiki locally