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

Method Init

engine/Poseidon/World/Scene/ObjectClasses.cpp:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void StreetLamp::Init(Matrix4Par pos)
237{
238 base::Init(pos);
239 SimulateSwitch();
240 CreateLight(pos);
241}
242
243void StreetLamp::CreateLight(Matrix4Par pos)
244{

Callers

nothing calls this directly

Calls 1

InitFunction · 0.50

Tested by

no test coverage detected