VE Lua Documentation

Press F to search!

setBeamDeformationTriggerRatio

Definition


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

Callers

@/lua/vehicle/jbeam/stage2.lua
  if beam.deformationTriggerRatio ~= nil and beam.deformationTriggerRatio ~= "" then
    obj:setBeamDeformationTriggerRatio(bid, tonumber(beam.deformationTriggerRatio))
  end