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

Method ResetClrAnimation

ogsr_engine/xrGame/ui/UIStatic.cpp:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321void 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
328void CUIStatic::SetClrAnimDelay(float delay) { m_lanim_clr.m_lanim_delay_time = delay; }
329

Callers 4

SetHintTextMethod · 0.80
StartMethod · 0.80
RenderQuickInfosMethod · 0.80
AnimateContactsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected