Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1384
void 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
1394
void World::SimulateScripts()
1395
{
Callers
nothing calls this directly
Calls
2
Find
Method · 0.45
Delete
Method · 0.45
Tested by
no test coverage detected