GE Lua Documentation

Press F to search!

setStaticColDebugEnabled

Definition


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

Callers

@/lua/ge/extensions/util/groundModelDebug.lua
    if im.Checkbox("Static", staticDebug) then
      Engine.setStaticColDebugEnabled(staticDebug[0] or colDensityEnabled[0])
    end
    if im.Checkbox("Coltris/m² (freezes on click to build cache)", colDensityEnabled) then
      Engine.setStaticColDebugEnabled(staticDebug[0] or colDensityEnabled[0])
    end

  Engine.setStaticColDebugEnabled(staticDebug[0] or colDensityEnabled[0])
end