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

Method XFORMMoveTo

ogsr_engine/xrGame/script_particles.cpp:146–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void CScriptParticles::XFORMMoveTo(const Fvector& pos)
147{
148 VERIFY(m_particles);
149 m_transform.translate_over(pos);
150 m_particles->SetXFORM(m_transform);
151}
152
153void CScriptParticles::SetDirection(const Fvector& dir)
154{

Callers

nothing calls this directly

Calls 2

translate_overMethod · 0.80
SetXFORMMethod · 0.80

Tested by

no test coverage detected