MCPcopy 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
1378void World::AddScript(Script* script)
1379{
1380 int i = _scripts.Add(script);
1381 (void)i;
1382}
1383
1384void World::TerminateScript(Script* script)
1385{

Callers 9

SimulateMethod · 0.80
PerformActionMethod · 0.80
SimulateMethod · 0.80
OnSimulateMethod · 0.80
InitMethod · 0.80
DisplayCampaignIntroMethod · 0.80
RunInitScriptFunction · 0.80
RunMissionScriptFunction · 0.80
ScriptExecuteFunction · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected