7 lines
		
	
	
		
			293 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			293 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param monthOffset number 
 | 
						|
---@param day number 
 | 
						|
---@return number index 
 | 
						|
---Returns the index of the first invitation on a given day to which the player has not responded
 | 
						|
function CalendarGetFirstPendingInvite(monthOffset, day) end |