// MPropertyFriendlyName = [Test] Random Yes/No Outflow// MPropertyDescription = Test node that randomly picks between two outflows.class CPulseCell_Outflow_TestRandomYesNo : publicCPulseCell_BaseFlow{public: // MPropertyFriendlyName = Yes // MPropertyDescription = Randomly taken half of the timeCPulse_OutflowConnection m_Yes; // MPropertyFriendlyName = No // MPropertyDescription = Randomly taken half of the timeCPulse_OutflowConnection m_No;};