Refactor API functions to enhance parameter aliasing and improve documentation clarity
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user