Add meta
This commit is contained in:
5
Meta/api/PickupPlayerMoney.lua
Normal file
5
Meta/api/PickupPlayerMoney.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param amount number
|
||||
---Puts an amount of the player's money onto the cursor. Money is not immediately deducted from the player's total savings (though it appears such on the default UI's money displays, which generally show GetMoney()-GetCursorMoney()).
|
||||
function PickupPlayerMoney(amount) end
|
||||
Reference in New Issue
Block a user