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

Method PlayWheel1

ogsr_engine/xrGame/CarDamageParticles.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void CCarDamageParticles::PlayWheel1(CCar* car, u16 bone_id)
68{
69 VERIFY(!ph_world->Processing());
70 if (*m_wheels_damage_particles1)
71 car->StartParticles(m_wheels_damage_particles1, bone_id, Fvector().set(0, 1, 0), car->ID());
72}
73
74void CCarDamageParticles::PlayWheel2(CCar* car, u16 bone_id)
75{

Callers 1

ApplyDamageMethod · 0.80

Calls 2

StartParticlesMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected