Every brush in a map is owned by some (single) entity. Ordinary
inert brushes are owned by an entity called `worldspawn' that your
map editor will take care of for you, but brushes can also be
owned by entities such as doors,
buttons and many others. The brushes owned by an entity will constitute its visible shape, if any, and touching it fires it if it's a trigger. |