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

Method GetPosition

TombEngine/Scripting/Internal/TEN/Collision/Probe.cpp:132–135  ·  view source on GitHub ↗

Get the world position of this probe. @function Probe:GetPosition @treturn Vec3 World position.

Source from the content-addressed store, hash-verified

130 // @function Probe:GetPosition
131 // @treturn Vec3 World position.
132 Vec3 Probe::GetPosition()
133 {
134 return Vec3(_pointCollision.GetPosition());
135 }
136
137 /// Get the room object of this probe.
138 // @function Probe:GetRoom

Callers 4

GetFloorMaterialTypeMethod · 0.45
IsInsideSolidGeometryMethod · 0.45
PreviewMethod · 0.45

Calls 1

Vec3Class · 0.70

Tested by

no test coverage detected