Refactor calendar event functions to enhance parameter aliasing and improve documentation clarity

This commit is contained in:
2025-05-18 01:07:24 +02:00
parent 11f27b18de
commit ff89e99749
10 changed files with 88 additions and 151 deletions

View File

@@ -4,6 +4,9 @@
---@alias eventType
---| 1 Raid dungeon
---| 2 Five-player dungeon
---| 3 PvP event
---| 4 Meeting
---| 5 Other event
---@param eventType eventType
---@param expansion number Expansion to which the instance belongs; localized names can be found in the constants EXPANSION_NAME0, EXPANSION_NAME1, etc. (number)