Class Roll [-] [+]
Represents a group loot roll session for an item, including player votes and roll statistics.
Provides access to the item being rolled, player vote types, and counts of each roll type (Need, Greed, Pass).
Inherits all methods from: none
Methods
GetItemCount |
Returns the rolled Item's count. |
GetItemGUID |
Returns the rolled Item's GUID. |
GetItemId |
Returns the rolled Item's entry. |
GetItemRandomPropId |
Returns the rolled Item's random property ID. |
GetItemRandomSuffix |
Returns the rolled Item's random suffix ID. |
GetItemSlot |
Returns the rolled Item's slot in the loot window. |
GetPlayerVote |
Returns the vote type for a Player on this Roll. See Roll:GetPlayerVoteGUIDs to obtain the GUIDs of the Players who rolled. |
GetPlayerVoteGUIDs |
Returns the GUIDs of the Players who rolled. See Roll:GetPlayerVote to obtain the vote type of a Player. |
GetRollVoteMask |
Returns the mask applied to this Roll. |
GetTotalGreed |
Returns the total number of players who rolled greed. |
GetTotalNeed |
Returns the total number of players who rolled need. |
GetTotalPass |
Returns the total number of players who passed. |
GetTotalPlayersRolling |
Returns the total number of players who rolled. |