Method Roll:GetPlayerVote [-] [+]
Returns the vote type for a Player on this Roll. See Roll:GetPlayerVoteGUIDs to obtain the GUIDs of the Players who rolled.
enum RollVote { PASS = 0, NEED = 1, GREED = 2, DISENCHANT = 3, NOT_EMITED_YET = 4, NOT_VALID = 5 };
Synopsis
vote = Roll:GetPlayerVote( guid )
Arguments
number guid
Valid numbers: integers from 0 to 18,446,744,073,709,551,615.
Returns
RollVote vote
- See method description.