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

Method UpdateWounds

ogsr_engine/xrGame/EntityCondition.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void CEntityCondition::UpdateWounds()
168{
169 //убрать все зашившие раны из списка
170 m_WoundVector.erase(std::remove_if(m_WoundVector.begin(), m_WoundVector.end(), &RemoveWoundPred), m_WoundVector.end());
171}
172
173void CEntityCondition::UpdateConditionTime()
174{

Callers 2

UpdateConditionMethod · 0.80
shedule_UpdateMethod · 0.80

Calls 3

eraseMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected