GE Lua Documentation

Press F to search!

ClearActiveID

Definition


-- @/lua/common/extensions/ui/imgui_custom_luaintf.lua:295

  function M.ClearActiveID()
    imgui.ClearActiveID()
  end

Callers

@/lua/ge/extensions/editor/inspector.lua
  if not setEqual(valueInspector.selectedIds, inspectorInfo.previousSelectedIds) then
    imgui.ClearActiveID()
    inspectorInfo.previousSelectedIds = valueInspector.selectedIds
@/lua/common/extensions/ui/imgui_custom_luaintf.lua
  function M.ClearActiveID()
    imgui.ClearActiveID()
  end