MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getCameraController

Method getCameraController

src/engine/World.cpp:1212–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1210}
1211
1212Logic::CameraController* WorldInstance::getCameraController()
1213{
1214 Logic::Controller* ptr = getCameraComp<Components::LogicComponent>().m_pLogicController;
1215 return dynamic_cast<Logic::CameraController*>(ptr);
1216}

Callers 8

setupKeyBindingsMethod · 0.80
enablePlayerBindingsMethod · 0.80
onFrameUpdateMethod · 0.80
EV_ConversationMethod · 0.80
performChoiceMethod · 0.80
endDialogMethod · 0.80
startDialogMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected