src/ai/api/ai_event_types.hpp
branchnoai
changeset 9821 4ee8e5126dd1
parent 9682 d031eb183733
child 9823 0b7f816cf46f
equal deleted inserted replaced
9820:8c116d4c6033 9821:4ee8e5126dd1
    78 	 * Find the tile the vehicle crashed.
    78 	 * Find the tile the vehicle crashed.
    79 	 */
    79 	 */
    80 	TileIndex GetCrashSite() { return crash_site; }
    80 	TileIndex GetCrashSite() { return crash_site; }
    81 
    81 
    82 	/**
    82 	/**
    83 	 * Clone the crashed vehicle and send it on its way again/
    83 	 * Clone the crashed vehicle and send it on its way again.
    84 	 * @param depot the depot to build the vehicle in.
    84 	 * @param depot the depot to build the vehicle in.
       
    85 	 * @note This function isn't implemented yet.
    85 	 */
    86 	 */
    86 	bool CloneCrashedVehicle(TileIndex depot);
    87 	bool CloneCrashedVehicle(TileIndex depot);
    87 
    88 
    88 private:
    89 private:
    89 	TileIndex crash_site;
    90 	TileIndex crash_site;