About: BuffId   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

__NOWYSIWYG__ {| class="darktable" |- ! style="position:relative" | Reference e |- | AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars Changes |} → [[:Category:|]] [[Category:]]__NOWYSIWYG__ru:Шаблон:WoWAPI __TOC__← [[|]] Handling player buffs and debuffs are a tad different than unit buffs/debuffs. GetPlayerBuff(buffId, buffFilter) will return a value for buffIndex, which is used for all the player buff functions and GameTooltip:SetPlayerBuff(buffIndex). It is easy to get the two values confused because often they are the same.

AttributesValues
rdfs:label
  • BuffId
rdfs:comment
  • __NOWYSIWYG__ {| class="darktable" |- ! style="position:relative" | Reference e |- | AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars Changes |} → [[:Category:|]] [[Category:]]__NOWYSIWYG__ru:Шаблон:WoWAPI __TOC__← [[|]] Handling player buffs and debuffs are a tad different than unit buffs/debuffs. GetPlayerBuff(buffId, buffFilter) will return a value for buffIndex, which is used for all the player buff functions and GameTooltip:SetPlayerBuff(buffIndex). It is easy to get the two values confused because often they are the same.
dbkwik:wowwiki/pro...iPageUsesTemplate
abstract
  • __NOWYSIWYG__ {| class="darktable" |- ! style="position:relative" | Reference e |- | AddOns WoW API Widget API XML UI Event API WoW Lua Macro API CVars Changes |} → [[:Category:|]] [[Category:]]__NOWYSIWYG__ru:Шаблон:WoWAPI __TOC__← [[|]] Handling player buffs and debuffs are a tad different than unit buffs/debuffs. GetPlayerBuff(buffId, buffFilter) will return a value for buffIndex, which is used for all the player buff functions and GameTooltip:SetPlayerBuff(buffIndex). It is easy to get the two values confused because often they are the same. buffId directly correlates to the buff frames in the top right area of the screen. When a buff wears off all buffs to the right of it are shifted over, both buffId and buffIndex can change at this time! Here are the ID's and filters for each frame as seen by the user (TempEnchant frames aren't shown as they don't have ID's) buffIndex works in a similar way, but there is no distinction between buffs and debuffs, they're all indexed together. This is the whole reason GetPlayerBuff(buffId, buffFilter) is provided. Remember that both buffId and buffIndex can change when auras change. Both values are indexed sequentially starting at 0 at all times, you won't encounter a "gap" if a buff has worn off in the middle of the list. Both values are indexed sequentially starting at 1 at all times, you won't encounter a "gap" if a buff has worn off in the middle of the list. Note: buffId and buffIndex values should not be kept between callbacks, as the buffs they refer to may change, or even cease to exist.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software