Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ AddScript
Method
AddScript
engine/Poseidon/World/WorldSetup.cpp:1378–1382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1376
}
1377
1378
void World::AddScript(Script* script)
1379
{
1380
int i = _scripts.Add(script);
1381
(void)i;
1382
}
1383
1384
void World::TerminateScript(Script* script)
1385
{
Callers
9
Simulate
Method · 0.80
PerformAction
Method · 0.80
Simulate
Method · 0.80
OnSimulate
Method · 0.80
Init
Method · 0.80
DisplayCampaignIntro
Method · 0.80
RunInitScript
Function · 0.80
RunMissionScript
Function · 0.80
ScriptExecute
Function · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected