7 lines
		
	
	
		
			189 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			189 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
---@diagnostic disable: missing-return, lowercase-global
 | 
						|
---@meta
 | 
						|
 | 
						|
---@return number money
 | 
						|
---Returns the total amount of money currently in the player's possession
 | 
						|
function GetMoney() end
 |