C_Ping.GetTextureKitForType

From Warcraft Wiki
Jump to navigation Jump to search

Summary description.

uiTextureKitID = C_Ping.GetTextureKitForType(type)

Arguments

type
Enum.PingSubjectType - The type of the Ping, e.g. 2 for "Assist" and 3 for "OnMyWay" Pings.
Value Field Description
0 Attack
1 Warning
2 Assist
3 OnMyWay
4 AlertThreat
5 AlertNotThreat

Returns

uiTextureKitID
string : textureKit - Name of a texture kit for the Ping.

Patch changes

Dragonflight Patch 10.2.5 (2024-01-16): Moved to C_Ping namespace and no longer forbidden.
Dragonflight Patch 10.1.7 (2023-09-05): Added.