C_GossipInfo.ForceGossip

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if gossip text must be displayed. For example making this return true shows the Banker gossip.

forceGossip = C_GossipInfo.ForceGossip()

Returns

forceGossip
boolean

Details

  • When this is made to return true, gossip text will no longer be skipped if there is only one non-gossip option. For example when speaking to the Banker.

Patch changes

Shadowlands Patch 9.0.1 (2020-10-13): Moved to C_GossipInfo.ForceGossip()
Wrath-Logo-Small.png Patch 3.3.3 (2010-03-23): Added as ForceGossip()