addStationStock

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

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

-- RETURNS
-- nil

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

Last updated