| 121 | } |
| 122 | |
| 123 | void CProjector::TurnOff() |
| 124 | { |
| 125 | if (!light_render->get_active()) |
| 126 | return; |
| 127 | |
| 128 | light_render->set_active(false); |
| 129 | |
| 130 | smart_cast<IKinematics*>(Visual())->LL_SetBoneVisible(guid_bone, FALSE, TRUE); |
| 131 | } |
| 132 | |
| 133 | void CProjector::UpdateCL() |
| 134 | { |
nothing calls this directly
no test coverage detected