Category:Non-internal entities: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Adding examples of non internal entities)
No edit summary
Line 1: Line 1:
A '''non-internal entity''' is not processed by [[VBSP]] ({{gldsrc}} [[HLBSP]], or {{src2}} [[resourcecompiler]]) and remains as a separate entity.
<includeonly>{{back|Category:Non-internal entities}}</includeonly>
<onlyinclude>A '''non-internal entity''' is not processed by [[VBSP]] ({{gldsrc}} [[HLBSP]], or {{src2}} [[resourcecompiler]]) and remains as a separate entity.


These are typically interactive objects, logic entitites, or characters that the player can interact with or that affect gameplay.  
These are typically interactive objects, logic entitites, or characters that the player can interact with or that affect gameplay.  


Examples of non-internal entities: {{ent|prop_dynamic}}, {{ent|logic_relay}}, {{ent|light}}, {{ent|npc_citizen}}.
Examples of non-internal entities: {{ent|prop_dynamic}}, {{ent|logic_relay}}, {{ent|light}}, {{ent|npc_citizen}}.</onlyinclude>


See also [[:Category:Internal entities]].
See also [[:Category:Internal entities]].


[[Category:Entities by internality]]
[[Category:Entities by internality]]

Revision as of 14:11, 19 April 2025

A non-internal entity is not processed by VBSP (GoldSrc HLBSP, or Source 2 resourcecompiler) and remains as a separate entity.

These are typically interactive objects, logic entitites, or characters that the player can interact with or that affect gameplay.

Examples of non-internal entities: prop_dynamic, logic_relay, light, npc_citizen.

See also Category:Internal entities.