Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
void StreetLamp::Init(Matrix4Par pos)
237
{
238
base::Init(pos);
239
SimulateSwitch();
240
CreateLight(pos);
241
}
242
243
void StreetLamp::CreateLight(Matrix4Par pos)
244
{
Callers
nothing calls this directly
Calls
1
Init
Function · 0.50
Tested by
no test coverage detected