GE Lua Documentation

Press F to search!

getTextualBeamDamageLocations

Definition


-- @/lua/ge/extensions/gameplay/util/damageAssessment.lua:408

-- used to know where damage on the vehicle happened
local function getTextualBeamDamageLocations(data)
  return getTextualDamageLocationsByType(data, "sectionBeamDamage")
end

Callers