Category:Non-internal entities

From Valve Developer Community
Jump to navigation Jump to search

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