| 637 | } |
| 638 | |
| 639 | void set_pp_effector_factor(int id, float f, float f_sp) |
| 640 | { |
| 641 | CPostprocessAnimator* pp = smart_cast<CPostprocessAnimator*>(Actor()->Cameras().GetPPEffector((EEffectorPPType)id)); |
| 642 | |
| 643 | if (pp) |
| 644 | pp->SetDesiredFactor(f, f_sp); |
| 645 | } |
| 646 | |
| 647 | void set_pp_effector_factor2(int id, float f) |
| 648 | { |
nothing calls this directly
no test coverage detected