| 82 | inline void SetLogicId(int v) { m_logic_id = v; } |
| 83 | inline bool GetOnDivide() const { return m_on_divide; } |
| 84 | inline void SetTaskValue(double v) { m_task_value = v; } |
| 85 | inline double GetTaskValue() { return m_task_value; } |
| 86 | |
| 87 | inline void SetTaskEntry(cTaskEntry* in_entry) { m_task_entry = in_entry; } |