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
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
m (→‎See also: Unicodifying, replaced: See Also → See also)
Line 5: Line 5:
{{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|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}}


== See Also ==
== See also ==
* [[hammer_update_entity]]
* [[hammer_update_entity]]

Revision as of 10:04, 8 January 2024

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

hammer_updateignorelist is an e0 available in all Source Source games since Half-Life 2: Episode Two 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.

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