setStationStock

Set the stock level of a given fuel type for a specific station.

-- ARGUMENTS
-- stationIndex:  number
-- fuelType:      string
-- stockLevel:    number

-- RETURNS
-- nil

exports["ti_fuel"]:setStationStock(1,"Electric",1000.0)

Last updated