8 lines
		
	
	
		
			210 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			210 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@meta
 | 
						|
 | 
						|
---@class WorldFrame : Frame
 | 
						|
WorldFrame = {
 | 
						|
	--- The WorldFrame is a special frame that displays the 3D game world.
 | 
						|
	--- It inherits all methods from Frame but has no additional methods of its own.
 | 
						|
}
 |