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