Hammer updateignorelist: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-concise page)
(-added class hierarchy)
Line 1: Line 1:
{{CD|CWC_UpdateIgnoreList|file1=wcedit.cpp|CBaseEntity}}
{{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.
{{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.



Revision as of 04:42, 4 November 2022

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

Template:Base point 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
Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

See Also