Entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (revert)
Line 1: Line 1:
pasorliboc
A object defined within the [[Source Engine]] as having characteristics which differentiate it from "the [[worldspawn|world]]" (world brushes).
A object defined within the [[Source Engine]] as having characteristics which differentiate it from "the [[worldspawn|world]]" (world brushes).


== Types ==
There are three main types of entities:
There are three main types of entities:
*[[Brush entity]]
* [[Brush entity]]
*[[Point entity]]
* [[Point entity]]
*[[Node]]
* [[Node]]
==See Also==
 
*[[Entity Creation]]
== See also ==
*[[List of entities]]
* [[Entity Creation]]
*[[Internal entity]]
* [[List of entities]]
* [[Internal entity]]


[[Category:Glossary]]
[[Category:Glossary]]

Revision as of 11:39, 4 October 2007

A object defined within the Source Engine as having characteristics which differentiate it from "the world" (world brushes).

Types

There are three main types of entities:

See also