setBoundedBeamLongBound
Definition
-- @/=[C]:-1
function setBoundedBeamLongBound(...)
Callers
@/lua/vehicle/controller/propAnimation/googlyEyes.lua
for cid, data in pairs(eyeLimiterData) do
obj:setBoundedBeamLongBound(cid, data.defaultLongBound * boundCoef)
end
@/lua/vehicle/extensions/gameplayInterfaceModules/interactCargoContainers.lua
local beamLongBound = getFunctionResult(beam.beamLongBoundFunction, container)
obj:setBoundedBeamLongBound(beam.cid, beamLongBound)
--dump("setBoundedBeamLongBound To ", beam.cid, beamLongBound)