View Single Post
11/21/17, 06:28 PM   #10
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Using GetGuildName(number guildId) as an example:

Rather than have a second function for all of these, could you just slap a mode on it?

GetGuildName(number guildId,boolean mode)

mode = true then it assumes the guildId given is the true ID.
If blank or false, it assumes you mean local ID.