It is essential to know how to use brush-based ents. Note that any kind of trigger is brush-based as well, as it uses the brush to define the volume to use for the trigger.
Generally any ent with func_ or trigger_ is brush-based (there are a couple exceptions);
Likewise, env_, point_, logic_, math_, and info_ are all prefixes for point-based ents (inserted using ent tool)
|