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

Function importFireballEffect

src/OpenLoco/src/S5/S5Entity.cpp:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 }
549
550 static void importFireballEffect(OpenLoco::Fireball& dst, const S5::Fireball& src)
551 {
552 dst.frame = src.frame;
553 }
554
555 static void importExplosionSmokeEffect(OpenLoco::ExplosionSmoke& dst, const S5::ExplosionSmoke& src)
556 {

Callers 1

importEffectEntityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected