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

Method TerminateScript

engine/Poseidon/World/WorldSetup.cpp:1384–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1382}
1383
1384void World::TerminateScript(Script* script)
1385{
1386 int index = _scripts.Find(script);
1387 if (index < 0)
1388 {
1389 return;
1390 }
1391 _scripts.Delete(index);
1392}
1393
1394void World::SimulateScripts()
1395{

Callers

nothing calls this directly

Calls 2

FindMethod · 0.45
DeleteMethod · 0.45

Tested by

no test coverage detected