WoW:API GetLootRollItemInfo: Difference between revisions
Jump to navigation
Jump to search
added a bit more information about the rollId numbers
No edit summary |
(added a bit more information about the rollId numbers) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
GetLootRollItemInfo(RollID); | GetLootRollItemInfo(RollID); | ||
== Parameters == | |||
=== Arguments === | |||
:( rollId ) | |||
:;rollid : Number - The number increments by 1 for each new roll. The count is not reset by reloading your UI with ReloadUI() or /console reloadui | |||
:; | |||
=== Returns === | |||
:texture (string) | :texture (string) | ||
| Line 16: | Line 15: | ||
:count (integer) | :count (integer) | ||
:quality (integer) | :quality (integer) | ||
:bindOnPickUp (boolean) | |||
== Example == | |||
:GroupLootFrame_OnShow | :GroupLootFrame_OnShow | ||
| Line 31: | Line 30: | ||
---- | ---- | ||
-Documentation by --[[User:LumpN|LumpN]] | -Documentation by --[[User:LumpN|LumpN]] | ||