WoW:API GetLFGBootProposal: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns information about an LFG Kick vote currently in progress. inProgress, didVote, myVote, targetName, totalVotes, bootVotes, timeLeft, reason = GetLFGBootProp…')
 
m (Move page script moved page API GetLFGBootProposal to API GetLFGBootProposal without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < GetLFGBootProposal

Returns information about an LFG Kick vote currently in progress.

inProgress, didVote, myVote, targetName, 
 totalVotes, bootVotes, timeLeft, reason = GetLFGBootProposal();

Returns[edit]

inProgress
Boolean - true if a Kick vote is currently in progress, false otherwise.
didVote
Boolean - true if you have already voted, false otherwise.
myVote
Boolean - true if you've voted to kick the player, false otherwise.
targetName
String - name of the player being voted on.
totalVotes
Number - total votes cast so far.
bootVotes
Number - votes in favor of kicking the player cast so far.
timeLeft
Number - amount of time left to vote.
reason
String - reason given for initiating a vote kick vote against a player.

Related events[edit]