Closed fusionpit closed 5 years ago
I just plugged in the fileId of the ? icon from my client. This can change on client restart.
Correct way is to use GetFileIDFromPath("Interface\\Icons\\INV_Misc_QuestionMark") then pass the return value to SetTexture
GetFileIDFromPath("Interface\\Icons\\INV_Misc_QuestionMark")
SetTexture
I just plugged in the fileId of the ? icon from my client. This can change on client restart.
Correct way is to use
GetFileIDFromPath("Interface\\Icons\\INV_Misc_QuestionMark")
then pass the return value toSetTexture