Initial commit
This commit is contained in:
12
api/CalendarContextEventCanComplain.lua
Normal file
12
api/CalendarContextEventCanComplain.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param monthOffset CalendarContextSelectEvent
|
||||
---@param -1
|
||||
---@param 0
|
||||
---@param 1
|
||||
---@param nil CalendarContextSelectEvent
|
||||
---@param day number
|
||||
---@param index number
|
||||
---@return boolean canReport
|
||||
---Returns whether the player can report an event invitation as spam. If all arguments are omitted, uses the event selected by CalendarContextSelectEvent.
|
||||
function CalendarContextEventCanComplain(monthOffset, -1, 0, 1, nil, day, index) end
|
||||
Reference in New Issue
Block a user