src/ai/api/ai_object.hpp
branchnoai
changeset 9873 b1ab23560ecb
parent 9864 4a9b7b610b13
child 10339 ce6cd68d9eb8
equal deleted inserted replaced
9872:d4321b8dd97b 9873:b1ab23560ecb
    79 	 */
    79 	 */
    80 	static Money GetDoCommandCosts();
    80 	static Money GetDoCommandCosts();
    81 
    81 
    82 	/**
    82 	/**
    83 	 * Set the DoCommand last error.
    83 	 * Set the DoCommand last error.
    84 	 * @note last_error is an ERR_* from a ErrorMessages enum.
       
    85 	 */
    84 	 */
    86 	static void SetLastError(AIErrorType last_error);
    85 	static void SetLastError(AIErrorType last_error);
    87 
    86 
    88 	/**
    87 	/**
    89 	 * Get the DoCommand last error.
    88 	 * Get the DoCommand last error.