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

Method PlayWheel2

ogsr_engine/xrGame/CarDamageParticles.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void CCarDamageParticles::PlayWheel2(CCar* car, u16 bone_id)
75{
76 VERIFY(!ph_world->Processing());
77 if (*m_wheels_damage_particles2)
78 car->StartParticles(m_wheels_damage_particles2, bone_id, Fvector().set(0, 1, 0), car->ID());
79}
80
81void CCarDamageParticles::Clear()
82{

Callers 1

ApplyDamageMethod · 0.80

Calls 2

StartParticlesMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected