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

Function importSplashEffect

src/OpenLoco/src/S5/S5Entity.cpp:545–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543 }
544
545 static void importSplashEffect(OpenLoco::Splash& dst, const S5::Splash& src)
546 {
547 dst.frame = src.frame;
548 }
549
550 static void importFireballEffect(OpenLoco::Fireball& dst, const S5::Fireball& src)
551 {

Callers 1

importEffectEntityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected