Wikia

WoWWiki

Watchlist Recent changes

API GetThreatStatusColor

Main Menue



Returns RGB color values corresponding to a threat status returned by UnitThreatSituation. Added in Patch 3.0.

r, g, b = GetThreatStatusColor(statusIndex)

ArgumentsEdit

status 
integer - the threat status value to get colors for

ReturnsEdit

number - a value between 0 and 1 for the red content of the color
number - a value between 0 and 1 for the green content of the color
number - a value between 0 and 1 for the blue content of the color

ExampleEdit

local status, statustxts = UnitThreatSituation("player", "target"), { "low on threat",  "overnuking", "losing threat", "tanking securely" }
local r, g, b = GetThreatStatusColor(status)
print("You are " .. statustxts[status + 1] .. ".", r, g, b)

ResultEdit

Prints a description of the player's threat situation to the chat frame, colored appropriately. e.g.

You are low on threat.
You are overnuking.
You are losing threat.
You are tanking securely.

NotesEdit

As of Patch 3.0.9, the following r, g, b values are returned for each threat level:

0: 0.69, 0.69, 0.69
1: 1, 1, 0.47
2: 1, 0.6, 0
3: 1, 0, 0

See alsoEdit

Pages on WoWWiki

94,193pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,622photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki