src/ai/api/ai_event.hpp
branchnoai
changeset 10344 b7e9f5c65e30
parent 10297 433b21fd002c
child 10358 73d8177db39e
equal deleted inserted replaced
10343:0ccd326f082e 10344:b7e9f5c65e30
    22 	enum AIEventType {
    22 	enum AIEventType {
    23 		AI_ET_INVALID = 0,
    23 		AI_ET_INVALID = 0,
    24 		AI_ET_TEST,
    24 		AI_ET_TEST,
    25 		AI_ET_CRASHED_VEHICLE,
    25 		AI_ET_CRASHED_VEHICLE,
    26 		AI_ET_SUBSIDY_OFFER,
    26 		AI_ET_SUBSIDY_OFFER,
       
    27 		AI_ET_SUBSIDY_OFFER_EXPIRED,
       
    28 		AI_ET_SUBSIDY_AWARDED,
       
    29 		AI_ET_SUBSIDY_EXPIRED,
    27 		AI_ET_ENGINE_PREVIEW,
    30 		AI_ET_ENGINE_PREVIEW,
    28 	};
    31 	};
    29 
    32 
    30 	/**
    33 	/**
    31 	 * Constructor of AIEvent, to get the type of event.
    34 	 * Constructor of AIEvent, to get the type of event.