newgrf_callbacks.h
changeset 4694 c917a3ad0dd2
parent 4656 9c1d8c4d3e60
child 5211 fb4dc0ca975d
equal deleted inserted replaced
4693:f30bd39473fb 4694:c917a3ad0dd2
    30 	// Refit capacity, the passed vehicle needs to have its ->cargo_type set to
    30 	// Refit capacity, the passed vehicle needs to have its ->cargo_type set to
    31 	// the cargo we are refitting to, returns the new cargo capacity
    31 	// the cargo we are refitting to, returns the new cargo capacity
    32 	CBID_VEHICLE_REFIT_CAPACITY     = 0x15,
    32 	CBID_VEHICLE_REFIT_CAPACITY     = 0x15,
    33 
    33 
    34 	CBID_TRAIN_ARTIC_ENGINE         = 0x16,
    34 	CBID_TRAIN_ARTIC_ENGINE         = 0x16,
       
    35 
       
    36 	CBID_VEHICLE_CARGO_SUFFIX       = 0x19,
    35 
    37 
    36 	CBID_TRAIN_ALLOW_WAGON_ATTACH   = 0x1D,
    38 	CBID_TRAIN_ALLOW_WAGON_ATTACH   = 0x1D,
    37 
    39 
    38 	/* This callback is called from vehicle purchase lists. It returns a value to be
    40 	/* This callback is called from vehicle purchase lists. It returns a value to be
    39 	 * used as a custom string ID in the 0xD000 range. */
    41 	 * used as a custom string ID in the 0xD000 range. */