Refactor API functions to enhance parameter aliasing and improve documentation clarity

This commit is contained in:
2025-05-18 14:16:07 +02:00
parent bbb138c938
commit b595bc5573
11 changed files with 111 additions and 99 deletions

View File

@@ -1,9 +1,6 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param monthOffset 1
---@param -1
---@param 0
---@param 1
---@param monthOffset monthOffset
---Sets the calendar's month relative to its current month
function CalendarSetMonth(monthOffset, -1, 0, 1) end
function CalendarSetMonth(monthOffset) end