GE Lua Documentation

Press F to search!

destroyRopeVisual

Definition


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

Callers

@/lua/ge/extensions/core/ropeVisualTest.lua
          if selectedRope then
            destroyRopeVisual(selectedRope.id)
            ropeBasePositions[selectedRope.id] = nil
              local ropeId = allRopes[i].id
              destroyRopeVisual(ropeId)
              ropeBasePositions[ropeId] = nil