MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / GetLevelInfo

Method GetLevelInfo

Code/CryEngine/CryAction/LevelSystem.cpp:1086–1089  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1084
1085//------------------------------------------------------------------------
1086ILevelInfo* CLevelSystem::GetLevelInfo(int level)
1087{
1088 return GetLevelInfoInternal(level);
1089}
1090
1091//------------------------------------------------------------------------
1092CLevelInfo* CLevelSystem::GetLevelInfoInternal(int level)

Callers 15

FillHostInfoMethod · 0.80
LoadFromXmlRootNodeMethod · 0.80
ChangeLevelMethod · 0.80
DumpMapsCmdMethod · 0.80
MapCmdMethod · 0.80
ChangeContextMethod · 0.80
ProcessEventMethod · 0.80
OnSystemStartMethod · 0.80
FillAutoCompleteListMethod · 0.80
InitSessionStatisticsMethod · 0.80
LoadLevelXmlMethod · 0.80
LevelExistsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected