| 539 | } |
| 540 | |
| 541 | double cTaskLib::Task_Or(cTaskContext& ctx) const |
| 542 | { |
| 543 | const int logic_id = ctx.GetLogicId(); |
| 544 | if (logic_id == 238 || logic_id == 250 || logic_id == 252) return 1.0; |
| 545 | return 0.0; |
| 546 | } |
| 547 | |
| 548 | double cTaskLib::Task_AndNot(cTaskContext& ctx) const |
| 549 | { |
nothing calls this directly
no test coverage detected