* Return laboratories space not used by a ResearchProject * @return laboratories space not used by a ResearchProject */
| 771 | * @return laboratories space not used by a ResearchProject |
| 772 | */ |
| 773 | int Base::getFreeLaboratories () const |
| 774 | { |
| 775 | return getAvailableLaboratories() - getUsedLaboratories(); |
| 776 | } |
| 777 | |
| 778 | /** |
| 779 | * Return workshop space not used by a Production |
no outgoing calls
no test coverage detected