VE Lua Documentation

Press F to search!

getDirectionVectorRightXYZ

Definition


-- @/=[C]:-1
function getDirectionVectorRightXYZ(...)

Callers

@/lua/vehicle/input.lua
  velVec:set(obj:getSmoothRefVelocityXYZ())
  rightVec:set(obj:getDirectionVectorRightXYZ())
  local velSqLen = velVec:squaredLength()