File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11---
2- --- @param amount number
2+ --- @param amount number the amount to take
33--- @return void
44function api_take_honeycore (amount ) end
55
66---
7- --- @param amount number
7+ --- @param amount number the amount to take
88--- @return void
99function api_take_money (amount ) end
Original file line number Diff line number Diff line change 11---
2- --- @param item_oid string
3- --- @param amount number
2+ --- @param item_oid string the item to use up
3+ --- @param amount number the amount to use up
44--- @return void
55function api_use_item (item_oid , amount ) end
66
77---
8- --- @param item_oid string
8+ --- @param item_oid string the item to use up
99--- @return number total amount of item in player inventory and opened menus
1010function api_use_item (item_oid ) end
You can’t perform that action at this time.
0 commit comments