Entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Add links; clarify "types")
Line 9: Line 9:
== Types ==
== Types ==


By form:
* [[Brush entity]]
* [[Brush entity]]
* [[Point entity]]
* [[Point entity]]
By internality:
* [[Internal entity]]
* [[Internal entity]]
* Non-internal entity


== See also ==
== See also ==
* [[Entity Creation]]
* [[List of entities]]
* [[:Category:Entities]]
* [[:Category:Entities]]
* [[Adding Point Entities]] (part of a series of tutorials)
* [[Creating Brush Entities]] (ditto)
* [[Entity Creation]] (a quick reference)
* [[Entities in Depth]]
* [[List of entities| List of Entities]]
* Coding [[Your First Entity]]
* Coding [[Your First Entity]]
* Console command [[dump_entity_sizes]]
* Console command [[dump_entity_sizes]]


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

Revision as of 22:49, 31 July 2019

Template:Otherlang2 An object defined within the Source Engine as having characteristics which differentiate it from "the world" (world brushes).

Types

By form:

By internality:

See also