class CPulseCell_FireCursors : public CPulseCell_BaseYieldingInflow
{
public:
CUtlVector<CPulse_OutflowConnection> m_Outflows;
bool m_bWaitForChildOutflows;
CPulse_ResumePoint m_OnFinished;
CPulse_ResumePoint m_OnCanceled;
};
KV3 Class Defaults
{
_class = "CPulseCell_FireCursors"
m_nEditorNodeID = -1
m_Outflows = [ ]
m_bWaitForChildOutflows = true
m_OnFinished =
{
m_SourceOutflowName = ""
m_nDestChunk = -1
m_nInstruction = -1
}
m_OnCanceled =
{
m_SourceOutflowName = ""
m_nDestChunk = -1
m_nInstruction = -1
}
}