MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GetPPEffector

Method GetPPEffector

ogsr_engine/xr_3da/CameraManager.cpp:231–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231CEffectorPP* CCameraManager::GetPPEffector(EEffectorPPType type)
232{
233 for (auto& it : m_EffectorsPP)
234 if (it->Type() == type)
235 return it;
236 return nullptr;
237}
238
239ECamEffectorType CCameraManager::RequestCamEffectorId()
240{

Callers 8

remove_pp_effectorFunction · 0.80
set_pp_effector_factorFunction · 0.80
set_pp_effector_factor2Function · 0.80
SwitchNightVisionMethod · 0.80
UpdateConditionMethod · 0.80
UpdateNightVisionModeMethod · 0.80
update_detectionMethod · 0.80

Calls 1

TypeMethod · 0.45

Tested by

no test coverage detected