Files
wow_Meta/api/SetPortraitTexture.lua
2025-05-04 15:15:00 +02:00

8 lines
367 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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