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

Method GetLevel

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

Source from the content-addressed store, hash-verified

531}
532
533Level* FlowHandler::GetLevel(int id)
534{
535 return Levels[id];
536}
537
538Level* FlowHandler::GetCurrentLevel()
539{

Callers 15

RenderSceneMethod · 0.80
DrawHorizonAndSkyMethod · 0.80
RenderTitleMenuMethod · 0.80
DrawStatisticsMethod · 0.80
RenderInventoryMethod · 0.80
LoadLevelFileFunction · 0.80
UpdateGlobalLensFlareFunction · 0.80
BuildMethod · 0.80
ParseLuaFunction · 0.80
UpdateCameraFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected