src/vehicle_base.h
changeset 8467 605661f3a91c
parent 8258 9fa31acb07bc
child 8469 c3621b1a6454
equal deleted inserted replaced
8466:4e3b01d2f1c5 8467:605661f3a91c
   422 
   422 
   423 	/**
   423 	/**
   424 	 * Calls the tick handler of the vehicle
   424 	 * Calls the tick handler of the vehicle
   425 	 */
   425 	 */
   426 	virtual void Tick() {};
   426 	virtual void Tick() {};
       
   427 
       
   428 	/**
       
   429 	 * Calls the new day handler of the vehicle
       
   430 	 */
       
   431 	virtual void OnNewDay() {};
   427 
   432 
   428 	/**
   433 	/**
   429 	 * Gets the running cost of a vehicle  that can be sent into SetDParam for string processing.
   434 	 * Gets the running cost of a vehicle  that can be sent into SetDParam for string processing.
   430 	 * @return the vehicle's running cost
   435 	 * @return the vehicle's running cost
   431 	 */
   436 	 */