newgrf_callbacks.h
changeset 5211 fb4dc0ca975d
parent 4694 c917a3ad0dd2
equal deleted inserted replaced
5210:3415ef43c70a 5211:fb4dc0ca975d
    16 	CBID_TRAIN_WAGON_POWER          = 0x10,
    16 	CBID_TRAIN_WAGON_POWER          = 0x10,
    17 
    17 
    18 	// Vehicle length, returns the amount of 1/8's the vehicle is shorter
    18 	// Vehicle length, returns the amount of 1/8's the vehicle is shorter
    19 	// only for train vehicles
    19 	// only for train vehicles
    20 	CBID_TRAIN_VEHICLE_LENGTH       = 0x11,
    20 	CBID_TRAIN_VEHICLE_LENGTH       = 0x11,
       
    21 
       
    22 	/* Called to determine the amount of cargo to load per unit of time when
       
    23 	 * using gradual loading. */
       
    24 	CBID_VEHICLE_LOAD_AMOUNT        = 0x12,
    21 
    25 
    22 	/* Called (if appropriate bit in callback mask is set) to determine if a
    26 	/* Called (if appropriate bit in callback mask is set) to determine if a
    23 	 * newstation should be made available to build */
    27 	 * newstation should be made available to build */
    24 	CBID_STATION_AVAILABILITY       = 0x13,
    28 	CBID_STATION_AVAILABILITY       = 0x13,
    25 
    29