Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns information about the given selected guild applicant.

name, level, class, bQuest, bDungeon, bRaid, bPvP, bRP, bWeekdays, bWeekends, bTank, bHealer, bDamage, comment, timeSince, timeLeft = GetGuildApplicantInfo(selectionID)

Arguments[]

selectionID
number - The index of the selected applicant (from 1 to GetNumGuildApplicants()).

Returns[]

Name
Sting - The name of the applicant.
Level
number - The level of the applicant.
Class
string - The class of the applicant.
bQuest
boolean - Whether the applicant is willing to quest.
bDungeon
boolean - Whether the applicant is willing to join dungeon groups.
bRaid
boolean - Whether the applicant is willing to raid.
bPvP
boolean - Whether the applicant is willing to PvP.
bRP
boolean - Whether the applicant is willing to role-play.
bWeekdays
boolean - Whether the applicant is available on weekdays.
bTank
boolean - Whether the applicant is willing to tank.
bHealer
boolean - Whether the applicant is willing to heal.
bDamage
boolean - Whether the applicant is willing to deal damage.
comment
string - The message from the applicant to the guild.
timeSince
number - Time (in seconds) since the application was submitted.
timeLeft
number - Time (in seconds) until the application will expire.

Patch changes[]

Cataclysm Patch 4.1.0 (2011-04-26): Added.

Advertisement