Function Blam::DebugUI::Widgets::ShowHelpMarker

Function Documentation

void Blam::DebugUI::Widgets::ShowHelpMarker(const char *desc)

Shows a help indicator.

Adds a darker-colored (?) that, when hovered, shows additional information in a tooltip. The text is automatically wrapped if it gets too long.

Parameters
  • desc: - The text to show upon hovering over the help marker.