MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SecondaryAllowSwitch

Method SecondaryAllowSwitch

engine/Poseidon/World/WorldSetup.cpp:1186–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184}
1185
1186void World::SecondaryAllowSwitch()
1187{
1188#if BACKGROUND_AI
1189 if (_secThread)
1190 _secThread->AllowSwitch();
1191#endif
1192}
1193
1194const float IntroRiseTimeOfDay = 6 * OneHour + 15 * OneMinute;
1195

Callers 2

UpdateCellMethod · 0.80
SmartUpdateAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected