This article's documentation is for anything that uses the Source engine. Click here for more information.

Hammer updateignorelist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Changed Base point ep2 template to base point, as this entity is available in all games after Orange Box, not just Orange Box games)
(its position in the world irrelevant so it's logical entity)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{base point|hammer_updateignorelist|since=Half-Life 2: Episode Two}} It specifies entities that are to be ignored by the [[hammer_update_safe_entities]] console command. Enter the targetnames of entities that you want to exclude into the list of fields here. Several of these may exist in a map.
{{CD|CWC_UpdateIgnoreList|file1=wcedit.cpp}}
{{this is a|logical entity|name=hammer_updateignorelist}} It specifies entities that are to be ignored by the {{cmd|hammer_update_safe_entities}} console command. Enter the targetnames of entities that you want to exclude into the list of fields here. Several of these may exist in a map.


== Keyvalues ==
== Keyvalues ==
{{KV|IgnoredName 01|to=IgnoredName 16|target_destination|Do not send this entity's information back to hammer during hammer_update_safe_entities}}
{{KV|IgnoredName 01|intn=IgnoredName01|to=IgnoredName 16|intn2=IgnoredName16|target_destination|Do not send this entity's information back to hammer during hammer_update_safe_entities}}
{{KV Targetname}}


== Inputs ==
== See also ==
{{I Targetname}}
* {{cmd|hammer_update_entity}}
 
== Outputs ==
{{O Targetname}}

Latest revision as of 04:41, 29 April 2025

C++ Class hierarchy
CWC_UpdateIgnoreList
CBaseEntity
C++ wcedit.cpp

hammer_updateignorelist is a logical entity available in all Source Source games. It specifies entities that are to be ignored by the hammer_update_safe_entities console command. Enter the targetnames of entities that you want to exclude into the list of fields here. Several of these may exist in a map.

Keyvalues

IgnoredName 01 (IgnoredName01) to IgnoredName 16 (IgnoredName16) <targetname>
Do not send this entity's information back to hammer during hammer_update_safe_entities

See also