MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / FromGameVector

Function FromGameVector

TombEngine/Game/savegame.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133static Save::GameVector FromGameVector(const GameVector& vec)
134{
135 return Save::GameVector(vec.x, vec.y, vec.z, (int)vec.RoomNumber);
136}
137
138static Save::Pose FromPose(const Pose& pose)
139{

Callers 1

BuildMethod · 0.85

Calls 1

GameVectorClass · 0.50

Tested by

no test coverage detected