GE Lua Documentation

Press F to search!

flingUpward

Definition


-- @/lua/ge/extensions/core/funstuff.lua:23

local function flingUpward()
  local veh = getPlayerVehicle(0)
  if veh then
    veh:applyClusterVelocityScaleAdd(veh:getRefNodeId(), 1, 0, 0, 15)
  end
  return {"hide"}
end

Callers