Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
static Save::GameVector FromGameVector(const GameVector& vec)
134
{
135
return Save::GameVector(vec.x, vec.y, vec.z, (int)vec.RoomNumber);
136
}
137
138
static Save::Pose FromPose(const Pose& pose)
139
{
Callers
1
Build
Method · 0.85
Calls
1
GameVector
Class · 0.50
Tested by
no test coverage detected