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

Method ToGameVector

TombEngine/Scripting/Internal/TEN/Types/Vec3/Vec3.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300GameVector Vec3::ToGameVector() const
301{
302 return GameVector(x, y, z);
303}
304
305Vec3::operator Vector3() const
306{

Callers 1

HasLineOfSightFunction · 0.80

Calls 1

GameVectorClass · 0.70

Tested by

no test coverage detected