MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / GetNumLevels

Method GetNumLevels

TombEngine/Scripting/Internal/TEN/Flow/FlowHandler.cpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543int FlowHandler::GetNumLevels() const
544{
545 return (int)Levels.size();
546}
547
548int FlowHandler::GetLevelNumber(const std::string& fileName)
549{

Callers 3

RenderTitleMenuMethod · 0.80
TitleOptionsMethod · 0.80
InitializeOrLoadGameFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected