// MPropertyFriendlyName = Wait
// MPropertyDescription = Causes each execution cursor to pause at this node for a fixed period of time. Each cursor will wake up and resume execution when the time expires, unless aborted or early-woken.
// MPulseEditorHeaderIcon = tools/images/pulse_editor/inflow_wait.png
// MPulseEditorCanvasItemSpecKV3 = { className = 'IsWaitNode IsControlFlowNode' }
class CPulseCell_Inflow_Wait : public CPulseCell_BaseYieldingInflow
{
public:
    CPulse_ResumePoint m_WakeResume;
};

KV3 Class Defaults

{
    _class = "CPulseCell_Inflow_Wait"
    m_nEditorNodeID = -1
    m_WakeResume = 
    {
        m_SourceOutflowName = ""
        m_nDestChunk = -1
        m_nInstruction = -1
    }
}