Logical entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{draft}}
{{draft}}
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]])
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 ==
== See also ==

Revision as of 09:24, 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