14 lines
		
	
	
		
			410 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			410 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
 | 
						|
---@param index number 
 | 
						|
---@return withdraw type 
 | 
						|
---@return  deposit 
 | 
						|
---@return  repair 
 | 
						|
---@return  withdraw 
 | 
						|
---@return string name 
 | 
						|
---@return number year 
 | 
						|
---@return number month 
 | 
						|
---@return number day 
 | 
						|
---@return number hour 
 | 
						|
---Returns information about a transaction in the guild bank money log
 | 
						|
function GetGuildBankMoneyTransaction(index) end |