Files
wow_Meta/api/SetPortraitTexture.lua
2025-05-04 14:35:26 +02:00

7 lines
358 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param texture table
---@param unit string
---Sets a Texture object to show a portrait of a unit. Causes the client to render a view of the unit's model from a standard perspective into a circular 2D image and display it in the given Texture object.
function SetPortraitTexture(texture, unit) end