WoW:API ForceGossip: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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…')
 
m (Move page script moved page API ForceGossip to API ForceGossip without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < ForceGossip

Returns whether the gossip text must be displayed.

forced = ForceGossip();

Returns[edit]

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[edit]