MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / TriggerChaffSparkles

Function TriggerChaffSparkles

TombEngine/Game/effects/chaffFX.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void TriggerChaffSparkles(const Vector3i& pos, const Vector3i& vel, const Color& color, int age, const ItemInfo& item)
100{
101 TEN::Effects::Spark::TriggerFlareSparkParticles(pos, vel, color, item.RoomNumber);
102}
103
104void TriggerChaffSmoke(const Vector3i& pos, const Vector3i& vel, int speed, bool isMoving, bool wind)
105{

Callers 1

TriggerChaffEffectsFunction · 0.85

Calls 1

Tested by

no test coverage detected