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

Method Play1

ogsr_engine/xrGame/CarDamageParticles.cpp:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void CCarDamageParticles::Play1(CCar* car)
47{
48 if (*m_car_damage_particles1)
49 {
50 BIDS_I i = bones1.begin(), e = bones1.end();
51 for (; e != i; ++i)
52 car->StartParticles(m_car_damage_particles1, *i, Fvector().set(0, 1, 0), car->ID());
53 }
54}
55
56void CCarDamageParticles::Play2(CCar* car)
57{

Callers 1

ApplyDamageMethod · 0.80

Calls 4

beginMethod · 0.45
endMethod · 0.45
StartParticlesMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected