WoW API: GetLFGBootProposal
Jump to navigation
Jump to search
← 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.