C_LFGList.CreateListing

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 6.0.2 / 1.15.0

Creates a group finder listing.

success = C_LFGList.CreateListing(activityID, itemLevel, honorLevel [, autoAccept, privateGroup, questID])

Arguments

activityID
number : GroupFinderActivity.ID
itemLevel
number
honorLevel
number
autoAccept
boolean?
privateGroup
boolean?
questID
number?

Returns

success
boolean - Generally returns true if there was a valid group title.

Example

Creates a group listing for "Custom PvE". Requires the title of the listing to have been typed manually, otherwise it silently fails. Setting the title is explicitly protected.[1]

/run C_LFGList.CreateListing(16, 0, 0)

Patch changes

Legion Patch 7.2.0 (2017-03-28): Hardware event protected (build 24015)[2]
Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.