| 319 | } |
| 320 | |
| 321 | void CUIStatic::ResetClrAnimation() |
| 322 | { |
| 323 | m_lanim_clr.m_lanim_start_time = Device.dwTimeContinual / 1000.0f + m_lanim_clr.m_lanim_delay_time / 1000.0f; |
| 324 | |
| 325 | m_lanim_clr_completed = false; |
| 326 | } |
| 327 | |
| 328 | void CUIStatic::SetClrAnimDelay(float delay) { m_lanim_clr.m_lanim_delay_time = delay; } |
| 329 |
no outgoing calls
no test coverage detected