GetPetitionInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.0.0 / 1.13.2

Returns info for the petition being viewed.

petitionType, title, bodyText, maxSigs, originator, isOriginator, minSigs = GetPetitionInfo()

Returns

petitionType
string - The type of petition (ex. "guild" or "arena")
title
string - The title of the group being created
bodyText
string - The body text of the petition
maxSigs
number - The maximum number of signatures allowed on the petition
originator
string - The name of the person who started the petition
isOriginator
boolean - Whether the player is the originator of the petition
minSigs
number - The minimum number of signatures required for the petition

See also