src/newgrf_callbacks.h
branchgamebalance
changeset 9910 0b2aebc8283e
parent 9908 0fa543611bbe
equal deleted inserted replaced
9909:dce9a6923bb7 9910:0b2aebc8283e
   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 */