Entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}


A object defined within the Source engine as having characteristics which differentiate it from the world.
A object defined within the Source engine as having characteristics which differentiate it from the world. There are three main types of entities. Brush entities are built from brushes and include things such as triggers, doors, and rain. Model entities are what most people think of as entities, and include static, dynamic, and physics-based props. Logic entities are invisible entities that affect the game, including AI managers, lights, and choreography.


''See Also''
''See Also''


[[List of entities]]
[[List of entities]]

Revision as of 10:03, 29 June 2005

Stub

This article or section is a stub. You can help by expanding it.

A object defined within the Source engine as having characteristics which differentiate it from the world. There are three main types of entities. Brush entities are built from brushes and include things such as triggers, doors, and rain. Model entities are what most people think of as entities, and include static, dynamic, and physics-based props. Logic entities are invisible entities that affect the game, including AI managers, lights, and choreography.

See Also

List of entities