GE Lua Documentation

Press F to search!

EndTooltip

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:861
function M.EndTooltip() imgui.EndTooltip() end

Callers

@/lua/ge/extensions/editor/dynamicDecals/helper.lua
    im.TextUnformatted(string.format("%d x %d", img.size.x, img.size.y))
    im.EndTooltip()
  end
@/lua/ge/extensions/editor/flowgraph/nodelibrary.lua
    end
    -- if im.IsItemHovered() then im.BeginTooltip() im.Text("Paste") im.EndTooltip() end
    ui_flowgraph_editor.tooltip("Paste Node")
@/lua/ge/extensions/editor/fileDialog.lua
    )
    im.EndTooltip()
  end
@/lua/ge/extensions/flowgraph/basenode.lua
    im.PopTextWrapPos()
    im.EndTooltip()
@/lua/ge/extensions/util/screenshotCreator.lua
      end
      if im.IsItemHovered() then im.BeginTooltip() im.Text("Stop") im.EndTooltip() end
    else
      end
      if im.IsItemHovered() then im.BeginTooltip() im.Text("Run (".. getSelectedVehCount() .. ") selected models (See 'Selection'tab). If none are selected, player's vehicle model will run by default") im.EndTooltip() end
      end
      if im.IsItemHovered() then im.BeginTooltip() im.Text("Only update thumbnail of current config : '"..currConfigName .."' (Will not update the config itself!)") im.EndTooltip() end
      im.Checkbox("Generate missing thumbnails only", ctrls.generateMissingThumbnailsOnly)
      if im.IsItemHovered() then im.BeginTooltip() im.Text("Checks if the thumbnail file is missing. A blank/white thumbnail is not a missing thumbnail") im.EndTooltip() end
      im.SameLine()
      im.Checkbox("Reload UI when run is finished", ctrls.reloadUIOnJobFinished)
      if im.IsItemHovered() then im.BeginTooltip() im.Text("If not, opening the vehicle menu after updating the thumbnails, won't show the new thumbnails") im.EndTooltip() end
            end
            if im.IsItemHovered() then im.BeginTooltip() im.Text("Enable or disable vehicle's controls") im.EndTooltip() end
            if im.Button("Set camera to procedural") then
                  im.Image(thumb.texId, thumb.size, im.ImVec2(0, 0), im.ImVec2(1, 1))
                  im.EndTooltip()
                end
@/lua/ge/extensions/editor/roadTemplateEditor.lua
          im.PopTextWrapPos()
          im.EndTooltip()
        end
@/lua/ge/extensions/editor/resourceChecker.lua
      end
      im.EndTooltip()
    end
    shapePreview:ImGui_Image(shapePreviewSize, shapePreviewSize)
    im.EndTooltip()
  end
    matPreview:ImGui_Image(matPreviewSize, matPreviewSize)
    im.EndTooltip()
  end
        im.Text("Permanently removes selected files from unpacked level")
        im.EndTooltip()
      end
      im.Text("Permanently removes unused files from unpacked level")
      im.EndTooltip()
    end
      im.Text("File ("..(hovered.item.class or _classify(hovered.item.path,false))..")")
    im.EndTooltip()
  end
      im.Text("Scans all assets under the level and summarizes counts and sizes")
      im.EndTooltip()
    end
                  im.Text(labels[k].."  ("..cnt.." files)  "..humanMB(b).."  ["..string.format("%.1f%%", pct).."]")
                im.EndTooltip()
              end
                end
              im.EndTooltip()
            end
      im.Text("Skips common folders for duplicate checking")
      im.EndTooltip()
    end
      im.Text("Checks for a materials version")
      im.EndTooltip()
    end
      im.Text("Checks for duplicated materials")
      im.EndTooltip()
    end
      im.Text("Removes deprecated Persistent Ids from materials")
      im.EndTooltip()
    end
      im.Text("Converts old DDS files to PNG")
      im.EndTooltip()
    end
      im.Text("Validates texture mappings in materials")
      im.EndTooltip()
    end
      im.Text("Checks materials file for texture issues")
      im.EndTooltip()
    end
      im.Text("Checks for missing materials mapping in currently loaded models")
      im.EndTooltip()
    end
        im.Text("Removes all dummy materials from a vehicle")
        im.EndTooltip()
      end
      im.Text("Generates a list of currently loaded TSStatics")
      im.EndTooltip()
    end
      im.Text("Generates a list of available Forest Meshes")
      im.EndTooltip()
    end
      im.Text("Generates a list of used terrains")
      im.EndTooltip()
    end
      im.Text("Generates a list of used materials and its data")
      im.EndTooltip()
    end
      im.Text("Generates a list of unused materials")
      im.EndTooltip()
    end
      im.Text("Generates a list of unused meshes")
      im.EndTooltip()
    end
      im.Text("Generates a list of unused textures")
      im.EndTooltip()
    end
      im.Text("Generates a list with data about collisions in the level")
      im.EndTooltip()
    end
@/lua/ge/extensions/editor/rallyEditor/measurementsTab.lua
  --   im.Text(filePath or "N/A")
  --   im.EndTooltip()
  -- end
  --   im.Text(filePath or "N/A")
  --   im.EndTooltip()
  -- end
        im.Text("When disabled, measures direct straight-line distance between points.")
        im.EndTooltip()
      end
@/lua/ge/extensions/editor/terrainMaterialsEditor.lua
    im.PopTextWrapPos()
    im.EndTooltip()
  end
@/lua/ge/extensions/editor/roadEditor.lua
          im.PopTextWrapPos()
          im.EndTooltip()
        end
@/lua/ge/extensions/editor/flowgraph/properties.lua
            im.TextUnformatted('Remove this pin')
            im.EndTooltip()
          end
      im.TextUnformatted('Remove this Tag')
      im.EndTooltip()
    end
@/lua/ge/extensions/editor/api/valueInspector.lua
      imgui.PopTextWrapPos()
      imgui.EndTooltip()
    end
@/lua/ge/extensions/editor/materialEditor.lua
      im.PopTextWrapPos()
      im.EndTooltip()
    end
        im.TextColored(editor.color.warning.Value, "Warning: Material can't be renamed.\nMaterial needs to reside in a json file.")
        im.EndTooltip()
      end
        im.TextColored(editor.color.warning.Value, "Warning: Material can't be deleted.\nMaterial needs to reside in a json file.")
        im.EndTooltip()
      end
          im.TextUnformatted(tooltipMsg)
          im.EndTooltip()
        end
@/lua/ge/extensions/flowgraph/link.lua
  --im.TextUnformatted(dumps(self.sourcePin._frameLastUsed))
  im.EndTooltip()
  -- Pop style changes
@/lua/ge/extensions/editor/mainToolbar.lua
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("New Level") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Open Level") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Save Level") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Undo") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Redo") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Cut") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Copy") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Paste") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Editor Preferences") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Enable driving the vehicle in editor") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Translate (Key 1)") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Rotate (Key 2)") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Scale (Key 3)") im.EndTooltip() end
  im.SameLine()
    if alignment == 1 then im.Text("Local Coordinates (Key 4)") end
    im.EndTooltip()
  end
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Grid Snap. Right Click for options") im.EndTooltip() end
  im.SameLine()
  end
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Rotate Snap") im.EndTooltip() end
  im.SameLine()

    if im.IsItemHovered() then im.BeginTooltip() im.Text("Select Edit Mode Set") im.EndTooltip() end
      end
      if im.IsItemHovered() then im.BeginTooltip() im.Text("Deselect all available modes") im.EndTooltip() end
      if not anyModeSelected then im.EndDisabled() end
          end
          im.EndTooltip()
        end
          end
          im.EndTooltip()
        end
        end
        if im.IsItemHovered() then im.BeginTooltip() im.Text("Deselect all selected modes") im.EndTooltip() end
        if not hasSelectedSelected then im.EndDisabled() end
            im.Text(val.iconTooltip)
            im.EndTooltip()
          end
            im.Text(val.iconTooltip)
            im.EndTooltip()
          end
@/lua/ge/extensions/editor/missionEditor/genericTypeData.lua
        im.PopTextWrapPos()
        im.EndTooltip()
      end
@/lua/ge/extensions/flowgraph/nodes/debug/displayFlow.lua
  im.Text('%0.0f fps', rate)
  im.EndTooltip()
end
@/lua/ge/extensions/gameplay/rally/tools/loopToolbox.lua
      im.Text(entry.missionId)
      im.EndTooltip()
    end
          end
          im.EndTooltip()
        end
@/lua/ge/extensions/trackbuilder/trackBuilder.lua
      im.PopTextWrapPos()
      im.EndTooltip()
    end
@/lua/ge/extensions/editor/headlessEditorTest.lua
    end
    if imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text("Button1") imgui.EndTooltip() end
    imgui.SameLine()
    end
    if imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text("Button2") imgui.EndTooltip() end
    imgui.SameLine()
    end
    if imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text("Button3") imgui.EndTooltip() end
  end
@/lua/ge/extensions/editor/rallyEditor/recceTab.lua
    im.Text("Lower values remove more points on straight sections.")
    im.EndTooltip()
  end
@/lua/ge/extensions/editor/assetBrowser.lua
          im.TextUnformatted(dir.path)
        im.EndTooltip()
      end
  end
  im.EndTooltip()
end
              imgTooltip(file.path)
            im.EndTooltip()
          end
              imgTooltip(file.inspectorData.cachePath)
            im.EndTooltip()
          end
          end
        im.EndTooltip()
      end
            im.Text(tooltipText)
            im.EndTooltip()
          end
            im.Text(tooltipText)
            im.EndTooltip()
          end
@/lua/ge/extensions/editor/missionEditor/previewChecker.lua
    im.Image(self.previewImage.texId, self.previewImage.size, im.ImVec2(0, 0), im.ImVec2(1, 1))
    im.EndTooltip()
  end
    im.Image(self.thumbImage.texId, self.thumbImage.size, im.ImVec2(0, 0), im.ImVec2(1, 1))
    im.EndTooltip()
  end
@/lua/ge/extensions/editor/createObjectTool.lua
    end
    if imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text(item.name) imgui.EndTooltip() end
    if not editor.getPreference("createObjectTool.general.verticalToolbar") then

      if imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text(item.title) imgui.EndTooltip() end
      if not editor.getPreference("createObjectTool.general.verticalToolbar") then
@/lua/ge/extensions/editor/flowgraph/nodePreview.lua
    im.PopTextWrapPos()
    im.EndTooltip()
  elseif self.hover and (self.mode == "macro") then
    im.PopTextWrapPos()
    im.EndTooltip()
  end
@/lua/ge/extensions/editor/missionEditor.lua
      end
      im.EndTooltip()
    end
          im.PopTextWrapPos()
          im.EndTooltip()
        end
      end
      im.EndTooltip()
    end
@/lua/common/extensions/ui/imgui_custom_luaintf.lua
      M.PopTextWrapPos()
      M.EndTooltip()
    end
@/lua/common/extensions/ui/flowgraph/editor.lua
      im.Text(message)
      im.EndTooltip()
    end
@/lua/ge/extensions/editor/missionStartPositionEditor.lua
              end
              im.EndTooltip()
            end
    im.Text(string.format("%d missions within 10m", #nearbyMissions))
    im.EndTooltip()
  end
@/lua/common/extensions/ui/imguiUtils.lua
      end
      if item.tooltip and imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text(item.tooltip) imgui.EndTooltip() end
      if horizontal then imgui.SameLine() end
      end
      if item.tooltip and imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text(item.tooltip) imgui.EndTooltip() end
    end
      end
      if item.tooltip and imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text(item.tooltip) imgui.EndTooltip() end
    end
          end
          if item.tooltip and imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text(item.tooltip) imgui.EndTooltip() end
          if horizontal then imgui.SameLine() end
        end
        if item.tooltip and imgui.IsItemHovered() then imgui.BeginTooltip() imgui.Text(item.tooltip) imgui.EndTooltip() end
        if horizontal then imgui.SameLine() end
      imgui.TextUnformatted("- PageUp/Down to change interval")
      imgui.EndTooltip()
      if imgui.IsKeyPressed(imgui.GetKeyIndex(imgui.Key_PageUp)) then
@/lua/ge/extensions/flowgraph/pin.lua
    im.PopTextWrapPos()
    im.EndTooltip()
@/lua/ge/extensions/editor/roadRiverGui.lua
  -- this is for the tooltip of the toolbar button
  if im.IsItemHovered() then im.BeginTooltip() im.Text("Add " .. class .. "/Nodes") im.EndTooltip() end
  im.SameLine()
@/lua/ge/extensions/editor/crawlEditor/waypoints.lua
      end
      im.EndTooltip()
    end
@/lua/ge/extensions/core/metrics.lua
        im.TextUnformatted("Also open with CTRL+SHIFT+F")
        im.EndTooltip()
      end
@/lua/ge/extensions/flowgraph/nodes/activity/activityFlow.lua
  im.Text(self.mgr.activity and ("This flowgraph is being managed by activity id: "..self.mgr.activity.id) or "This flowgraph has no associated activity. Running in limited compatibility mode (some activity nodes may not work correctly)")
  im.EndTooltip()
end