MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / importExplosionSmokeEffect

Function importExplosionSmokeEffect

src/OpenLoco/src/S5/S5Entity.cpp:555–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553 }
554
555 static void importExplosionSmokeEffect(OpenLoco::ExplosionSmoke& dst, const S5::ExplosionSmoke& src)
556 {
557 dst.frame = src.frame;
558 }
559
560 static void importSmokeEffect(OpenLoco::Smoke& dst, const S5::Smoke& src)
561 {

Callers 1

importEffectEntityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected