Logical entity

From Valve Developer Community
Revision as of 08:15, 22 April 2025 by Nescius (talk | contribs) (Created page with "{{draft}} Logical entity is a entity that has no visual representation and whose position in the map doesn't affect its functionality in any way. Usually subclasses of CLogicalEntity but not always (for example logic_auto, logic_script, logic_choreographed_scene) == See also == * model entity Category:Glossary")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Icon-under construction-blue.png
This is a draft page. It is a work in progress open to editing by anyone.
Remember to check for any notes left by the tagger at this article's talk page.

Logical entity is a entity that has no visual representation and whose position in the map doesn't affect its functionality in any way. Usually subclasses of CLogicalEntity but not always (for example logic_auto, logic_script, logic_choreographed_scene)

See also