config.border
config.border = "string"

This changes the border texture to use for EventHorizon's backdrop. The texture must be contained within the game files or your Interface directory. If the texture is contained in a disabled addon's directory, it is still accessible. Note that backslashes are counted as escape characters and must be doubled up within quote marks. Do not specify a file extension.
  • "string": Path to the desired texture.

Examples:

config.border = "Interface\\Tooltips\\UI-Tooltip-Border"
config.border = "Interface\\AddOns\\SharedMedia\\MyMedia files\\border\\IshBorder"
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License