647 {
648 array<int> m_SaveQueue;
649
650 if (ctx.
Read(m_SaveQueue))
651 {
652 for ( int i = 0; i < m_SaveQueue.Count(); i++ )
653 {
654 int id = m_SaveQueue.Get(i);
655
657 {
659 }
660 else
661 {
663 }
664 }
665 return true;
666 }
667 else
668 {
669 return false;
670 }
671 }
proto bool Read(void value_in)
void QueueUpSecondarySymptom(int symptom_id, int uid=-1)
bool IsSymptomPrimary(int symptom_id)
SymptomBase QueueUpPrimarySymptom(int symptom_id, int uid=-1)