Entity: Difference between revisions
Jump to navigation
Jump to search
1416006136 (talk | contribs) m (Change Template:Otherlang2 to Template:Lang) |
Kestrelguy (talk | contribs) m (minor formatting changes) |
||
Line 1: | Line 1: | ||
{{lang|Entity}} | {{lang|Entity}}[[Category:Entities]][[Category:Glossary]] | ||
An object defined within the [[Source Engine]] as having characteristics which differentiate it from "the [[worldspawn|world]]" (world brushes). | An object defined within the [[Source Engine]] as having characteristics which differentiate it from "the [[worldspawn|world]]" (world brushes). | ||
== Types == | == Types == | ||
By form: | By form: | ||
* [[Brush entity]] | * [[Brush entity]] {{source2|not}} | ||
* [[Point entity]] | * [[Point entity]] | ||
* [[Mesh entity]] | * [[Mesh entity]] {{source2|only}} | ||
* [[Path entity]] | * [[Path entity]] {{source2|only}} | ||
By internality: | By internality: | ||
* [[Internal entity]] | * [[Internal entity]] | ||
* [[:Category:Non-internal entity|Non-internal entity]] | * [[:Category:Non-internal entity|Non-internal entity]] | ||
== See | == See Also == | ||
* [[:Category:Entities]] | * [[:Category:Entities]] | ||
* [[Adding Point Entities]] (part of a series of tutorials) | * [[Adding Point Entities]] (part of a series of tutorials) | ||
Line 19: | Line 18: | ||
* [[Entity Creation]] (a quick reference) | * [[Entity Creation]] (a quick reference) | ||
* [[Entities in Depth]] | * [[Entities in Depth]] | ||
* [[ | * [[List of Entities]] | ||
* Coding [[Your First Entity]] | * Coding [[Your First Entity]] | ||
* Console command | * Console command {{ent|dump_entity_sizes}} | ||
Revision as of 10:47, 14 May 2022
An object defined within the Source Engine as having characteristics which differentiate it from "the world" (world brushes).
Types
By form:
- Brush entity (not in
)
- Point entity
- Mesh entity (only in
)
- Path entity (only in
)
By internality:
See Also
- 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
- Coding Your First Entity
- Console command dump_entity_sizes