File size: 860 Bytes
b6a38d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
-- ========== GENERATED BY ExtrasGen Editor (Ctrl-Alt-G) DO NOT EDIT MANUALLY! ==========
PlaceObj('ExtrasGen', {
RequiresClass = "Room",
ToolbarSection = "Room",
group = "All (Room)",
id = "LeaksBelowWindows",
PlaceObj('PrgSelectRoomComponents', {
All = false,
AssignTo = "windows",
Corners = false,
CornersNE = false,
CornersNW = false,
CornersSE = false,
CornersSW = false,
Doors = false,
Floors = false,
Roof = false,
RoomsVar = "initial_selection",
UseParams = true,
Walls = false,
}),
PlaceObj('PlaceGuidesAroundSlabs', {
AssignTo = "guides",
SlabsVar = "windows",
}),
PlaceObj('LayDecalsAlongGuide', {
Decals = {
PlaceObj('PlaceObjectDataDecal', {
EditorClass = "DecWallLeak_02",
}),
},
FitSingle = true,
GuidesVar = "guides",
}),
PlaceObj('DeleteObjects', {
ObjectsVar = "guides",
}),
})
|