Skip to content

ClearIndoorArea (Material)

aubergine10 edited this page Oct 19, 2015 · 1 revision

##Overview

Materials ClearIndoorArea

The ClearIndoorArea material is a command that removes all Equipment, Materials and most Objects from an area within a building, leaving behind just the floor, walls and Entities.

need to double check that overview is technically correct

##Modding

See Materials - Modding for scripting information and details on how to change menu, icons, sprites, and settings.

For reference, here is the default definition for this material:

BEGIN Material

END

Doesn't seem to be scriptable in any way.

##Notes

The command is accessed from the "Materials" menu and then the player drags across the area they want to clear. Several [Workman (Entity)](Workmen (Entity)) will then come and dump the contents of that area.

This process causes a great deal of [Garbage (Garbage)](Garbage (Garbage)) that can keep workers busy for quite some time if there isn't a nearby [Garbage (Room)](Garbage (Room)) site or [Bin (Garbage)](Bin (Garbage)).

##See Also

  • [CancelJobs (Material)](CancelJobs (Material))
  • [Demolish (Material)](Demolish (Material))
  • [DemolishWalls (Material)](DemolishWalls (Material))
  • [RemoveTunnels (Material)](RemoveTunnels (Material))

^ Open "Pages" to Search



! = Not placable by player

Foundations:

  • [Building](Building (Material))
  • [BuildingConcrete](BuildingConcrete (Material))
  • [BuildingFrame](BuildingFrame (Material))

Fire Damage:

  • [BurntFloor !](BurntFloor (Material))
  • [BurntWall !](BurntWall (Material))

Walls:

  • [BrickWall](BrickWall (Material))
  • [ConcreteWall](ConcreteWall (Material))
  • [Fence](Fence (Material))
  • [PerimeterWall](PerimeterWall (Material))
  • [Roof !](Roof (Material))

Indoor Floor

  • [CeramicFloor](CeramicFloor (Material))
  • [ConcreteFloor](ConcreteFloor (Material))
  • [FancyTiles](FancyTiles (Material))
  • [MarbleTiles](MarbleTiles (Material))
  • [MetalFloor](MetalFloor (Material))
  • [MosaicFloor](MosaicFloor (Material))
  • [WhiteTiles](WhiteTiles (Material))
  • [WoodenFloor](WoodenFloor (Material))

Indoor & Outdoor Floor

  • [ConcreteTiles](ConcreteTiles (Material))

Outdoor Floor

  • [Gravel](Gravel (Material))
  • [PavingStone](PavingStone (Material))
  • [Stone](Stone (Material))

Outdoor Terrain

  • [Dirt](Dirt (Material))
  • [Grass](Grass (Material))
  • [LongGrass !](LongGrass (Material))
  • [Mud !](Mud (Material))
  • [Sand](Sand (Material))
  • [Water !](Water (Material))

Roads

  • [Road](Road (Material))
  • [RoadCrossing !](RoadCrossing (Material))
  • [RoadCrossingLeft !](RoadCrossingLeft (Material))
  • [RoadCrossingRight !](RoadCrossingRight (Material))
  • [RoadMarkings !](RoadMarkings (Material))
  • [RoadMarkingsLeft !](RoadMarkingsLeft (Material))
  • [RoadMarkingsRight !](RoadMarkingsRight (Material))

Commands:

  • [CancelJobs](CancelJobs (Material))
  • [ClearIndoorArea](ClearIndoorArea (Material))
  • [Demolish](Demolish (Material))
  • [DemolishWalls](DemolishWalls (Material))
  • [RemoveTunnels](RemoveTunnels (Material))
Clone this wiki locally