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

Function ToGameVector

TombEngine/Game/savegame.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static GameVector ToGameVector(const Save::GameVector* vec)
179{
180 return GameVector(vec->x(), vec->y(), vec->z(), (short)vec->room_number());
181}
182
183static Pose ToPose(const Save::Pose& pose)
184{

Callers 1

ParsePlayerFunction · 0.85

Calls 1

GameVectorClass · 0.50

Tested by

no test coverage detected