7 lines
		
	
	
		
			203 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			203 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param index number 
 | 
						|
---@param name string 
 | 
						|
---@return string body 
 | 
						|
---Returns the body text of a macro
 | 
						|
function GetMacroBody(index, name) end |