Sets the format string used for displaying hyperlinks in the frame. Hyperlinks are specified via HTML in the text input to a SimpleHTML frame, but in order to be handled as hyperlinks by the game's text engine they need to be formatted like the hyperlinks used elsewhere.

This property specifies the translation between formats: its default value of |H%s|h%s|h provides minimal formatting, turning (for example) <a href="achievement:892">The Right Stuff</a> into |Hachievement:892|hThe Right Stuff|h. Using a colorString or other formatting may be useful for making hyperlinks distinguishable from other text.

Signature:

SimpleHTML:SetHyperlinkFormat("format")

Arguments:

  • format - Format string used for displaying hyperlinks in the frame (string)