5 lines
476 B
Lua
5 lines
476 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil inRepair
|
|
---Returns whether the item repair cursor mode is currently active. Repair mode is entered by calling ShowRepairCursor() and exited by calling HideRepairCursor(); while in repair mode, calling PickupContainerItem() or PickupInventoryItem() will attempt to repair the item (and deduct the cost of such from the player's savings) instead of putting it on the cursor.
|
|
function InRepairMode() end |