7 lines
190 B
Lua
7 lines
190 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number amount
|
|
---Returns the amount of money offered for trade by the player
|
|
function GetPlayerTradeMoney() end
|