MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetNumObjectives

Method GetNumObjectives

Source/Game/level.cpp:555–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555int Level::GetNumObjectives() {
556 return GetNumParamElements(sp_, "Objectives");
557}
558
559int Level::GetNumAchievements() {
560 return GetNumParamElements(sp_, "Achievements");

Callers

nothing calls this directly

Calls 1

GetNumParamElementsFunction · 0.85

Tested by

no test coverage detected