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

Function ToPose

TombEngine/Game/savegame.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183static Pose ToPose(const Save::Pose& pose)
184{
185 return Pose(ToVector3i(&pose.position()), ToEulerAngles(&pose.orientation()), ToVector3(&pose.scale()));
186}
187
188bool SaveGame::IsSaveGameSlotValid(int slot)
189{

Callers 3

ParsePlayerFunction · 0.85
ParseEffectsFunction · 0.85
ParseLevelFunction · 0.85

Calls 4

ToVector3iFunction · 0.85
ToEulerAnglesFunction · 0.85
ToVector3Function · 0.85
PoseClass · 0.70

Tested by

no test coverage detected