Logical entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
== See also ==
== See also ==
* [[model entity]]
* [[model entity]]
* [[Your First Entity]]


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

Revision as of 08:32, 22 April 2025

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 component 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