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

Function exportAnimation

src/OpenLoco/src/S5/S5Animation.cpp:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace OpenLoco::S5
5{
6 S5::Animation exportAnimation(const OpenLoco::World::Animation& src)
7 {
8 S5::Animation dst{};
9 dst.baseZ = src.baseZ;
10 dst.type = src.type;
11 dst.pos = src.pos;
12
13 return dst;
14 }
15
16 OpenLoco::World::Animation importAnimation(const S5::Animation& src)
17 {

Callers 1

exportGameStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected