Entity: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{lang|Entity}} | {{lang|Entity}} | ||
An object defined within the | An object defined within the {{source|4}} or {{source2|4}}{{confirm}} as having characteristics which differentiate it from "the [[worldspawn|world]]" (world brushes). | ||
== Types == | == Types == | ||
Line 21: | Line 21: | ||
* Coding [[Your First Entity]] | * Coding [[Your First Entity]] | ||
* Console command {{ent|dump_entity_sizes}} | * Console command {{ent|dump_entity_sizes}} | ||
[[Category:Source]] | |||
[[Category:Source 2]] |
Revision as of 17:52, 12 April 2023
An object defined within the Source or
Source 2[confirm] 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