7 lines
358 B
Lua
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
|