Initial commit
This commit is contained in:
10
api/CalendarGetEventIndex.lua
Normal file
10
api/CalendarGetEventIndex.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return 1 monthOffset
|
||||
---@return -1
|
||||
---@return 0
|
||||
---@return 1
|
||||
---@return number day
|
||||
---@return number index
|
||||
---Returns the month, day, and index of the selected calendar event
|
||||
function CalendarGetEventIndex() end
|
||||
Reference in New Issue
Block a user