7 lines
201 B
Lua
7 lines
201 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param seconds number
|
|
---Sets the amount of time combat log entries will be stored
|
|
function CombatLogSetRetentionTime(seconds) end
|