* Set the GRFID of the item opening this window. * @param grfid GRFID of the item opening this window, or 0 if not opened by other window. */
| 285 | * @param grfid GRFID of the item opening this window, or 0 if not opened by other window. |
| 286 | */ |
| 287 | void SetCallerGRFID(uint32_t grfid) |
| 288 | { |
| 289 | this->caller_grfid = grfid; |
| 290 | this->SetDirty(); |
| 291 | } |
| 292 | |
| 293 | /** |
| 294 | * Check whether this feature has chain index, i.e. refers to ground vehicles. |
no test coverage detected