src/ai/api/ai_settings.hpp
branchnoai
changeset 9749 ee414c031e73
parent 9596 8af5a1399842
child 9829 80fbe02a4184
equal deleted inserted replaced
9748:4584f8cd00e8 9749:ee414c031e73
    25 	 *   you can control that number here.
    25 	 *   you can control that number here.
    26 	 * @param ticks the minimum amount of ticks to wait.
    26 	 * @param ticks the minimum amount of ticks to wait.
    27 	 * @pre ticks should be positive. Too big values will influence performance of the AI.
    27 	 * @pre ticks should be positive. Too big values will influence performance of the AI.
    28 	 * @note If the number is lower then the MP setting, the MP setting wins.
    28 	 * @note If the number is lower then the MP setting, the MP setting wins.
    29 	 */
    29 	 */
    30 	void SetCommandDelay(uint ticks);
    30 	static void SetCommandDelay(uint ticks);
    31 };
    31 };
    32 
    32 
    33 #endif /* AI_SETTINGS_HPP */
    33 #endif /* AI_SETTINGS_HPP */