-- @/lua/ge/extensions/gameplay/walk.lua:317
local function getPosXYZ()
local unicycle = getPlayerUnicycle()
if active and unicycle then
return unicycle:getPositionXYZ()
end
end
if isWalking then
pos:set(gameplay_walk.getPosXYZ())
rot:set(gameplay_walk.getRotXYZW())