Entity: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 20: | Line 20: | ||
* [[List of Entities]] | * [[List of Entities]] | ||
* Coding [[Your First Entity]] | * Coding [[Your First Entity]] | ||
* Console command {{ent | * Console command {{ent|dump_entity_sizes}} |
Revision as of 05:52, 24 January 2023
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