GetPlayerBuffTexture

From Warcraft Wiki
Jump to navigation Jump to search
Links
Info
Added in 1.0.0

Retrieve info about a certain player buff of a certain type.

buffTexture = GetPlayerBuffTexture(buffIndex)

Arguments

buffIndex
The index of the buff to retrieve. Can be obtained with GetPlayerBuff.

Returns

buffTexture
The identifier of (path and filename of) the texture of the buff, or nil if no such buff exist.

Example

icon:SetTexture(GetPlayerBuffTexture(buffIndex))
Result
Retrieves buff texture and sets the icons texture to that.

Patch changes

See Also