src/newgrf_callbacks.h
changeset 7725 e3892b38aa14
parent 7720 ce015c1ac3a6
child 7779 ad42dbf9069d
equal deleted inserted replaced
7724:879d459ecb0c 7725:e3892b38aa14
    83 
    83 
    84 	/** Called when building a station to customize the tile layout */
    84 	/** Called when building a station to customize the tile layout */
    85 	CBID_STATION_TILE_LAYOUT             = 0x24,
    85 	CBID_STATION_TILE_LAYOUT             = 0x24,
    86 
    86 
    87 	/** Called for periodically starting or stopping the animation. */
    87 	/** Called for periodically starting or stopping the animation. */
    88 	CBID_INDTILE_ANIM_START_STOP         = 0x25, // not implemented
    88 	CBID_INDTILE_ANIM_START_STOP         = 0x25,
    89 
    89 
    90 	/** Called to determine industry tile next animation frame. */
    90 	/** Called to determine industry tile next animation frame. */
    91 	CBID_INDTILE_ANIM_NEXT_FRAME         = 0x26, // not implemented
    91 	CBID_INDTILE_ANIM_NEXT_FRAME         = 0x26,
    92 
    92 
    93 	/** Called to indicate how long the current animation frame should last. */
    93 	/** Called to indicate how long the current animation frame should last. */
    94 	CBID_INDTILE_ANIMATION_SPEED         = 0x27, // not implemented
    94 	CBID_INDTILE_ANIMATION_SPEED         = 0x27,
    95 
    95 
    96 	/** Called to determine if the given industry can be built on specific area. */
    96 	/** Called to determine if the given industry can be built on specific area. */
    97 	CBID_INDUSTRY_LOCATION               = 0x28,
    97 	CBID_INDUSTRY_LOCATION               = 0x28,
    98 
    98 
    99 	/** Called on production changes, so it can be adjusted. */
    99 	/** Called on production changes, so it can be adjusted. */