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

Method SetTitleEffect

engine/Poseidon/World/WorldSetup.cpp:1366–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1364}
1365
1366void World::SetTitleEffect(TitleEffect* effect)
1367{
1368 _titleEffect = effect;
1369 Log("SetTitleEffect %p", (void*)effect);
1370}
1371
1372void World::SetCutEffect(TitleEffect* effect)
1373{

Callers 8

RunMainLoopMethod · 0.80
OnActivateMethod · 0.80
CutSceneFunction · 0.80
ApplyEffectsFunction · 0.80
SimulateTitlesMethod · 0.80
AddMethod · 0.80
GameTitleRscFunction · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected