Logical entity: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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")
 
No edit summary
Line 1: Line 1:
{{draft}}
{{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]])
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 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