Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
static GameVector ToGameVector(const Save::GameVector* vec)
179
{
180
return GameVector(vec->x(), vec->y(), vec->z(), (short)vec->room_number());
181
}
182
183
static Pose ToPose(const Save::Pose& pose)
184
{
Callers
1
ParsePlayer
Function · 0.85
Calls
1
GameVector
Class · 0.50
Tested by
no test coverage detected