removeStationStock

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

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

-- RETURNS
-- nil

exports["ti_fuel"]:removeStationStock(1,"Electric",100.0)

Last updated