Hammer updateignorelist

From Valve Developer Community
Revision as of 04:42, 4 November 2022 by Nescius (talk | contribs) (-added class hierarchy)
Jump to navigation Jump to search
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