Worldspawn: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
Line 4: Line 4:


The world entity that is present on every map. It represents all world brushes. It also stores general information about the map and can be edited via the Edit menu in [[Hammer]].  
The world entity that is present on every map. It represents all world brushes. It also stores general information about the map and can be edited via the Edit menu in [[Hammer]].  
[[Constraint]]s can be assigned to this object. Any damage sustained from suicide or falling damage is caused by World.
[[Constraint]]s can be assigned to this object (by not specifying any name for the object in question). Any damage sustained from suicide or falling damage is caused by World.


[[Category:Entities]]
[[Category:Entities]]

Revision as of 04:20, 11 July 2005

Entity Description

Entity Name: world

The world entity that is present on every map. It represents all world brushes. It also stores general information about the map and can be edited via the Edit menu in Hammer. Constraints can be assigned to this object (by not specifying any name for the object in question). Any damage sustained from suicide or falling damage is caused by World.


See Also

List of entities