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

Method PrimaryAllowSwitch

engine/Poseidon/World/WorldSetup.cpp:1178–1184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176#endif
1177
1178void World::PrimaryAllowSwitch(int ms)
1179{
1180#if BACKGROUND_AI
1181 if (_secThread)
1182 _secThread->RunSecondary(ms);
1183#endif
1184}
1185
1186void World::SecondaryAllowSwitch()
1187{

Callers 3

DrawMeshMethod · 0.80
DrawMethod · 0.80
DrawShadowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected