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

Method OnLoad

TombEngine/Scripting/Internal/TEN/Logic/LogicHandler.cpp:989–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

987}
988
989void LogicHandler::OnLoad()
990{
991 PerformCallbacks(CallbackPoint::PreLoad);
992
993 if (_onLoad.valid())
994 CallLevelFunc(_onLoad);
995
996 PerformCallbacks(CallbackPoint::PostLoad);
997}
998
999void LogicHandler::OnLoop(float deltaTime, bool postLoop)
1000{

Callers 1

InitializeOrLoadGameFunction · 0.80

Calls 1

validMethod · 0.45

Tested by

no test coverage detected