In-game, point the cursor at one of the buildings listed below and run this code from the console:
```
cursorObject addEventHandler ["HitPart",{
((_this select 0) select 0) params ["_building"];
((_this select 0) select 5) params ["_door"];
systemChat format["%1 |-| %2",_building,_door];
}];
```
Then shoot a door to see the results.