GE Lua Documentation

Press F to search!

renderForestBBs

Definition


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

Callers

@/lua/ge/extensions/editor/forestEditor.lua
        if forestItem and not mouseDragStartPos then
          worldEditorCppApi.renderForestBBs({forestItem}, colorWhite)
        end
          drawFrustumRect(frustum)
          worldEditorCppApi.renderForestBBs(itemsInRect, colorOrange)
        end
  if editor.selection.forestItem and not isMouseDragging then
    worldEditorCppApi.renderForestBBs(editor.selection.forestItem, colorOrange)
  end