Category:Non-internal entities: Difference between revisions

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

Revision as of 06:25, 21 April 2025

English (en)Español (es)Português do Brasil (pt-br)Русский (ru)中文 (zh)Translate (Translate)

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 entities, 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