Exports
Client Side Exports
openUi
Export to open the farming simulator dashboard UI for a given farming location.
Example Usage
-- Set the parameters
local location_id = "farming_1" -- (string): Location index key from your Config.farming_locations
-- Call the export
exports['lc_farming_simulator']:openUi(location_id)