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

Function importAnimation

src/OpenLoco/src/S5/S5Animation.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 OpenLoco::World::Animation importAnimation(const S5::Animation& src)
17 {
18 OpenLoco::World::Animation dst{};
19 dst.baseZ = src.baseZ;
20 dst.type = src.type;
21 dst.pos = src.pos;
22
23 return dst;
24 }
25}

Callers 1

importGameStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected