8 lines
		
	
	
		
			251 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			251 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| ---@diagnostic disable: missing-return, lowercase-global
 | |
| ---@meta
 | |
| 
 | |
| ---@param currentFrame table
 | |
| ---@return table nextFrame
 | |
| ---Returns the next frame following the frame passed, or nil if no more frames exist
 | |
| function EnumerateFrames(currentFrame) end
 |