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

Function importExhaustEffect

src/OpenLoco/src/S5/S5Entity.cpp:507–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 }
506
507 static void importExhaustEffect(OpenLoco::Exhaust& dst, const S5::Exhaust& src)
508 {
509 dst.frameNum = src.frameNum;
510 dst.stationaryProgress = src.stationaryProgress;
511 dst.windProgress = src.windProgress;
512 dst.var_34 = src.var_34;
513 dst.var_36 = src.var_36;
514 dst.objectId = src.objectId;
515 }
516
517 static void importMoneyEffect(OpenLoco::MoneyEffect& dst, const S5::MoneyEffect& src)
518 {

Callers 1

importEffectEntityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected