| 553 | } |
| 554 | |
| 555 | int Level::GetNumObjectives() { |
| 556 | return GetNumParamElements(sp_, "Objectives"); |
| 557 | } |
| 558 | |
| 559 | int Level::GetNumAchievements() { |
| 560 | return GetNumParamElements(sp_, "Achievements"); |
nothing calls this directly
no test coverage detected