| 523 | } |
| 524 | |
| 525 | double cTaskLib::Task_And(cTaskContext& ctx) const |
| 526 | { |
| 527 | const int logic_id = ctx.GetLogicId(); |
| 528 | if (logic_id == 136 || logic_id == 160 || logic_id == 192) return 1.0; |
| 529 | return 0.0; |
| 530 | } |
| 531 | |
| 532 | double cTaskLib::Task_OrNot(cTaskContext& ctx) const |
| 533 | { |
nothing calls this directly
no test coverage detected