8 lines
265 B
Lua
8 lines
265 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param chatType string
|
|
---@param colorByName boolean
|
|
---Sets whether the player names should be colored by class for a given chat type
|
|
function SetChatColorNameByClass(chatType, colorByName) end
|