Types/CollisionMask

From Official Factorio Wiki
Revision as of 18:57, 2 August 2014 by FreeER (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The collision mask is specified by list of Types/string, every input is specification of one layer the object collides with.

Layers are:

  • ground-tile
  • water-tile
  • resource-layer
  • floor-layer
  • item-layer
  • object-layer
  • player-layer
  • ghost-layer
  • doodad-layer

Additional input is "not-colliding-with-itself".


Example (Most common collision mask of buildings):

   collision_mask = { "item-layer", "object_layer", "player_layer", "water-tile"}