src/newgrf_callbacks.h
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
equal deleted inserted replaced
6307:f40e88cff863 6308:646711c5feaa
   130 	/* Called to play a special sound effect */
   130 	/* Called to play a special sound effect */
   131 	CBID_VEHICLE_SOUND_EFFECT       = 0x33,
   131 	CBID_VEHICLE_SOUND_EFFECT       = 0x33,
   132 
   132 
   133 	/* Called monthly on production changes, so it can be adjusted more frequently */
   133 	/* Called monthly on production changes, so it can be adjusted more frequently */
   134 	CBID_INDUSTRY_MONTHLYPROD_CHANGE= 0x35, // not yet implemented
   134 	CBID_INDUSTRY_MONTHLYPROD_CHANGE= 0x35, // not yet implemented
       
   135 
       
   136 	/* Called to modify various vehicle properties. Callback parameter 1
       
   137 	 * specifies the property index, as used in Action 0, to change. */
       
   138 	CBID_VEHICLE_MODIFY_PROPERTY    = 0x36,
   135 
   139 
   136 	/* Called to determine text to display after cargo name */
   140 	/* Called to determine text to display after cargo name */
   137 	CBID_INDUSTRY_CARGO_SUFFIX      = 0x37, // not yet implemented
   141 	CBID_INDUSTRY_CARGO_SUFFIX      = 0x37, // not yet implemented
   138 
   142 
   139 	/* Called to determine more text in the fund industry window */
   143 	/* Called to determine more text in the fund industry window */