Returns the textures that comprise the player's guild tabard. Returns nil if the player is not in a guild.
See also Guild functions.
Signature:
tabardBackgroundUpper,
tabardBackgroundLower,
tabardEmblemUpper,
tabardEmblemLower,
tabardBorderUpper,
tabardBorderLower
=
GetGuildTabardFileNames()
Returns:
tabardBackgroundUpper
- Path to the texture for the upper portion of the tabard's background (string
)tabardBackgroundLower
- Path to the texture for the lower portion of the tabard's background (string
)tabardEmblemUpper
- Path to the texture for the upper portion of the tabard's emblem (string
)tabardEmblemLower
- Path to the texture for the lower portion of the tabard's emblem (string
)tabardBorderUpper
- Path to the texture for the upper portion of the tabard's border (string
)tabardBorderLower
- Path to the texture for the lower portion of the tabard's border (string
)