WoW API: ForceGossip

From AddOn Studio
Revision as of 16:38, 24 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns whether the gossip text ''must'' be displayed. forced = ForceGossip(); == Returns == ; forced : Flag - 1 if the client should display the gossip text for thi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < ForceGossip

Returns whether the gossip text must be displayed.

forced = ForceGossip();

Returns

forced
Flag - 1 if the client should display the gossip text for this NPC, nil if it is okay to skip directly to the only interaction option available.

History